Skip to content

Commit

Permalink
Use tempdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikthepixel committed Feb 20, 2024
1 parent 15ee19f commit 60025a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hidden-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
KEY: ${{ secrets.HIDDEN_SERVICE_SSH_KEY }}
SOURCE: "./www/"
TARGET: ${{ secrets.HIDDEN_SERVICE_TARGET_DIR }}
ARGS: '-z -r -v --no-p --no-g --delete --include=".*"'
ARGS: '-z -r -v --temp-dir="./tempdir" --delete --include=".*"'
POST_SCRIPT: |
ls -a ${{ secrets.HIDDEN_SERVICE_TARGET_DIR }}

0 comments on commit 60025a9

Please sign in to comment.