Fix scp 2
Some checks failed
Push changes to production / deploy (push) Failing after 3s

This commit is contained in:
2025-12-18 04:21:52 -06:00
parent e2105b75e2
commit 29f937bf5e

View File

@@ -22,4 +22,9 @@ jobs:
- name: Push to server
run: |
scp -i ~/.ssh/act -o StrictHostKeyChecking=no *.html ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/srv/www/shadeouts.net/
scp \
-i ~/.ssh/act \
-o Port=${{ secrets.SSH_PORT }} \-
o StrictHostKeyChecking=no \
*.html \
${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/srv/www/shadeouts.net/