We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e2da7 commit ecccea7Copy full SHA for ecccea7
.github/workflows/static.yml
@@ -59,6 +59,8 @@ jobs:
59
- name: Deploy via rsync
60
run: |
61
rsync -avz --delete \
62
+ --exclude=.git/ \
63
+ --exclude=.github/ \
64
-e "ssh -i ~/.ssh/server_key.pem -o StrictHostKeyChecking=no" \
65
./ \
66
${{ secrets.SSH_USERNAME }}@${{ secrets.SERVER_IP }}:/var/www/html/
0 commit comments