Skip to content

Feature & bugfix

Feature & bugfix #22

Workflow file for this run

on: push
name: πŸš€ Deploy website on push
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v4
- name: πŸ“‚ Sync files
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with:
server: ftp.koningskerkdeventer.nl
username: koning1q
password: ${{ secrets.ftp_password }}
server-dir: /public_html/intranet/
exclude: |
**/.git*
**/.git*/**
**/include/config_db.php