Skip to content

Commit

Permalink
ci: force mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Feb 3, 2024
1 parent 108fc80 commit 2f1cfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
# Mirror the locally generated website to the production server
run: |
lftp \
-e 'mirror --delete --only-missing -en --reverse ./luma ${{ secrets.SFTP_PATH }} ; quit' \
-e 'mirror --delete --transfer-all --reverse --verbose=1 ./luma ${{ secrets.SFTP_PATH }} ; quit' \
-u '${{ secrets.SFTP_USER }},${{ secrets.SFTP_PASSWORD }}' \
sftp://${{ secrets.SFTP_URL }}

0 comments on commit 2f1cfc8

Please sign in to comment.