Skip to content

Commit a6e707e

Browse files
authored
Update deploy.yml (-vv to log more rsync information)
1 parent 207e3db commit a6e707e

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 -p'
51+
ARGS: '-rlgoDzvc -i --delete -p -vv'
5252
SOURCE: 'build/'
5353
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
5454
REMOTE_USER: ${{ secrets.REMOTE_USER }}

0 commit comments

Comments
 (0)