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

This commit is contained in:
2025-12-18 04:13:45 -06:00
parent 80c21c911d
commit e2105b75e2

View File

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