Skip to content

Commit

Permalink
change paths to secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
KubloPL committed May 30, 2024
1 parent 5f62363 commit 9ab6fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
username: ${{ secrets.SFTP_USERNAME }}
password: ${{ secrets.SFTP_PASSWORD }}
port: ${{ secrets.SFTP_PORT }}
local_path: "./public/*"
remote_path: "/home/demoman/github-actions/" # Path on the SFTP server where files will be uploaded
local_path: ${{ secrets.LOCAL_PATH }}
remote_path: ${{ secrets.REMOTE_PATH }}

0 comments on commit 9ab6fd6

Please sign in to comment.