Skip to content

πŸš€ FTP-SYNC

πŸš€ FTP-SYNC #47

Workflow file for this run

on: workflow_dispatch
name: πŸš€ FTP-SYNC
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
- name: πŸ“‚ Sync files
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: ${{ secrets.ftp_host }}
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}
protocol: ftp
server-dir: ${{ secrets.ftp_server_dir }}
#exclude:
# - .git*
# - README.txt