Skip to content

Commit

Permalink
add -g
Browse files Browse the repository at this point in the history
You a real -g mr -g
  • Loading branch information
ProbablePrime authored Feb 15, 2025
1 parent aa8ea8f commit d6798a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: ssh-keyscan -H ${{ secrets.WEB_SERVER_HOST }} >> ~/.ssh/known_hosts

- name: Deploy with rsync
run: rsync -avz --exclude=.github/ --exclude=.git/ -e ssh . ${{ secrets.WEB_SERVER_USERNAME }}@${{ secrets.WEB_SERVER_HOST }}:/home/ydm/resonite
run: rsync -avz -g --exclude=.github/ --exclude=.git/ -e ssh . ${{ secrets.WEB_SERVER_USERNAME }}@${{ secrets.WEB_SERVER_HOST }}:/home/ydm/resonite
- name: Clear Cloudflare Cache
uses: Cyb3r-Jak3/action-cloudflare-cache@v2.0.0
with:
Expand Down

0 comments on commit d6798a9

Please sign in to comment.