Skip to content

Commit

Permalink
remove trailing slash in destination
Browse files Browse the repository at this point in the history
  • Loading branch information
mjones129 authored Aug 5, 2024
1 parent 51402ba commit 2ab5a1b
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: |
scp -r -o StrictHostKeyChecking=no ./* [email protected]:/var/www/html/wp-content/themes/block-test/
scp -r -o StrictHostKeyChecking=no ./* [email protected]:/var/www/html/wp-content/themes/block-test
- name: Set permissions
run: |
Expand Down

0 comments on commit 2ab5a1b

Please sign in to comment.