Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64b8169

Browse files
authored
Update deploy.yml (sync perm)
1 parent 14c46b8 commit 64b8169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: easingthemes/ssh-deploy@main
4949
env:
5050
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
51-
ARGS: '-rlgoDzvc -i --delete --no-perms --no-group'
51+
ARGS: '-rlgoDzvc -i --delete -p --no-group'
5252
SOURCE: 'build/'
5353
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
5454
REMOTE_USER: ${{ secrets.REMOTE_USER }}

0 commit comments

Comments
 (0)