Skip to content

Commit

Permalink
enable rsync error output
Browse files Browse the repository at this point in the history
  • Loading branch information
mjones129 authored Aug 5, 2024
1 parent 5445e97 commit 1ed4f48
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 @@ -34,7 +34,7 @@ jobs:
# Sync files to droplet
- name: Sync files
run: |
rsync -avz --delete ./block-theme [email protected]:/var/www/html/wp-content/themes/block-test/
rsync -avz -e --delete ./block-theme [email protected]:/var/www/html/wp-content/themes/block-test/
env:
RSYNC_RSH: 'ssh -o StrictHostKeyChecking=no'

Expand Down

0 comments on commit 1ed4f48

Please sign in to comment.