Skip to content

Commit

Permalink
don't set permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjones129 authored Aug 5, 2024
1 parent 13b9c0f commit 53dd6c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
run: |
scp -v -r -o StrictHostKeyChecking=no ./* ${{ secrets.USER }}@${{ secrets.DROPLET_IP }}:/var/www/html/wp-content/themes/block-test
- name: Set permissions
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.USER }}@{{ secrets.DROPLET_IP }} "sudo chown -R www-data:www-data /var/www/html/wp-content/themes/block-test/"
# - name: Set permissions
# run: |
# ssh -o StrictHostKeyChecking=no ${{ secrets.USER }}@{{ secrets.DROPLET_IP }} "sudo chown -R www-data:www-data /var/www/html/wp-content/themes/block-test/"

0 comments on commit 53dd6c9

Please sign in to comment.