Fix scp final
All checks were successful
Push changes to production / deploy (push) Successful in 4s

This commit is contained in:
2025-12-18 04:22:56 -06:00
parent 29f937bf5e
commit 84286408c8

View File

@@ -22,9 +22,4 @@ jobs:
- name: Push to server
run: |
scp \
-i ~/.ssh/act \
-o Port=${{ secrets.SSH_PORT }} \-
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/