Skip to content

Commit

Permalink
Update deploy_master.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
han16nah authored Jul 4, 2024
1 parent e4661a6 commit 31347d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
run: lftp -c "set sftp:auto-confirm yes ; open -u ${{ secrets.FTP_USER }},${{ secrets.FTP_PASSWORD }} -p ${{ secrets.FTP_PORT }} sftp://${{ secrets.FTP_HOST }} ; mirror -Rn --ignore-time -P 12 upload/ /web/website ; quit"
if: ${{ github.event.inputs.REUPLOAD_ALL == 'false'}}
- name: Upload to FTP (all files)
run: lftp -c "set sftp:auto-confirm yes ; open -u ${{ secrets.FTP_USER }},${{ secrets.FTP_PASSWORD }} -p ${{ secrets.FTP_PORT }} sftp://${{ secrets.FTP_HOST }} ; mirror -P 12 upload/ /web/website ; quit"
run: lftp -c "set sftp:auto-confirm yes ; open -u ${{ secrets.FTP_USER }},${{ secrets.FTP_PASSWORD }} -p ${{ secrets.FTP_PORT }} sftp://${{ secrets.FTP_HOST }} ; mirror -R -P 12 upload/ /web/website ; quit"
if: ${{ github.event.inputs.REUPLOAD_ALL == 'true'}}

0 comments on commit 31347d5

Please sign in to comment.