Skip to content

Commit

Permalink
change actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KubloPL committed May 30, 2024
1 parent 37e7f73 commit 5f62363
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
run: npm run build

- name: Deploy to SFTP
uses: appleboy/ssh-action@master
uses: wlixcc/[email protected]
with:
host: ${{ secrets.SFTP_HOST }}
server: ${{ secrets.SFTP_HOST }}
username: ${{ secrets.SFTP_USERNAME }}
password: ${{ secrets.SFTP_PASSWORD }}
port: ${{ secrets.SFTP_PORT }}
local: "dist"
remote: "/home/demoman/github-actions/" # Path on the SFTP server where files will be uploaded
local_path: "./public/*"
remote_path: "/home/demoman/github-actions/" # Path on the SFTP server where files will be uploaded

0 comments on commit 5f62363

Please sign in to comment.