Skip to content

🚀 FTP-SYNC

🚀 FTP-SYNC #382

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@v4
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with:
server: ${{ secrets.ftp_host }}
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}
protocol: ftp
exclude: |
**/.git*
**/.git*/**
**/bootstrap/**
**/tests/**
**/vendor/**