Skip to content

Commit

Permalink
fix path in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
KubloPL committed Mar 23, 2024
1 parent f8d22b2 commit 6223f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_mine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
username: ${{ secrets.SFTP_USERNAME }}
password: ${{ secrets.SFTP_PASSWORD }}
local-dir: public
remote-dir: /path/to/remote/directory
remote-dir: /srv/dev-disk-by-uuid-f4fc2a45-bf9e-4201-8897-946abbcea427/Users/iteam/site_files/

- name: Trigger Webhook
run: |
Expand Down

0 comments on commit 6223f3d

Please sign in to comment.