Skip to content

Commit

Permalink
Bump sftp-upload-action from 2.0.2 to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
utarwyn committed Nov 16, 2024
1 parent 0e9ff16 commit 8a82015
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ jobs:
name: website

- name: Upload to SFTP
uses: wangyucode/[email protected].2
uses: wangyucode/[email protected].3
with:
host: ${{ secrets.UPLOAD_SFTP_HOST }}
username: ${{ secrets.UPLOAD_SFTP_USERNAME }}
password: ${{ secrets.UPLOAD_SFTP_PASSWORD }}
compress: true
localDir: ${{ github.workspace }}
remoteDir: ${{ secrets.UPLOAD_SFTP_DIRECTORY }}
exclude: "api/,**/*.htaccess"
removeExtraFilesOnServer: true

0 comments on commit 8a82015

Please sign in to comment.