Skip to content

Commit

Permalink
updated workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaypatelaj committed Jan 8, 2025
1 parent c1f0637 commit 6332549
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ftp-to-cdn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ jobs:
username: assets-storage
password: ${{ secrets.ftp_password }}
server-dir: fy-assets/
local-dir: ./ # Explicitly specify the local directory to upload
# exclude: .git*
# Add these options to handle directory deletion more gracefully
dangerous-clean-slate: false
exclude: |
**/.git*
**/.github*

0 comments on commit 6332549

Please sign in to comment.