Skip to content

Add MAC address to system REST route #47

Add MAC address to system REST route

Add MAC address to system REST route #47

Workflow file for this run

name: πŸš€ Deploy website
on:
push:
paths:
- 'assets/**'
- 'config/**'
- 'content/**'
- 'plugins/**'
- 'themes/**'
workflow_dispatch:
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
with:
submodules: true
- name: πŸ“‚ Sync files
uses: SamKirkland/[email protected]
with:
server: w019e149.kasserver.com
username: f015a78d
password: ${{ secrets.ftp_password }}
protocol: ftps
exclude: |
**/.git*
**/.git*/**
**/node_modules/**
vendor/**
themes/default
plugins/PicoDeprecated