Skip to content

Commit

Permalink
Update ftp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alicolville authored Sep 11, 2024
1 parent 5be4a0b commit 5f11abb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ jobs:
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3

- name: 📂 Sync files
uses: im-machakata/[email protected]
uses: leandrorepos/[email protected]
with:
server: ${{ secrets.FTP_URL }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
exclude:
- **/.git*
- **/.git*/**
- **/node_modules/**
- fileToExclude.txt

0 comments on commit 5f11abb

Please sign in to comment.