Skip to content

Commit

Permalink
Remove inplace
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikthepixel committed Feb 20, 2024
1 parent 34bd62a commit 6384ab4
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 --inplace --delete --include=".*"'
ARGS: '-z -r -v --delete --include=".*"'
POST_SCRIPT: |
ls -a ${{ secrets.HIDDEN_SERVICE_TARGET_DIR }}

0 comments on commit 6384ab4

Please sign in to comment.