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 3296050 commit c2a651fCopy full SHA for c2a651f
.github/workflows/static.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
rsync -avz --delete \
62
-e "ssh -i ~/.ssh/server_key.pem -o StrictHostKeyChecking=no" \
63
- ./ \
+ ./ \
64
${{ secrets.SSH_USERNAME }}@${{ secrets.SERVER_IP }}:/var/www/html/
65
66
- name: Reload web server
0 commit comments