Skip to content

Commit

Permalink
Hardcode target dir (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikthepixel committed Mar 19, 2024
1 parent 68e3722 commit 37fcf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
HOST: ${{ secrets.VPS_HOST }}
KEY: ${{ secrets.VPS_SSH_PRIVATE_KEY }}
SOURCE: "./www/"
TARGET: ${{ env.VPS_TARGET_DIR }}
TARGET: "/home/website/thenewoil/www"
ARGS: '-z -r -v -l -t --delete-after'

- name: Directory list
Expand Down

0 comments on commit 37fcf99

Please sign in to comment.