Fix: Use password auth for all SSH steps
Some checks failed
Deploy to Production / Deploy to turbotrades.dev (push) Has been cancelled

This commit is contained in:
2026-01-11 00:18:54 +00:00
parent f9156897ce
commit b8a3ce91d6

View File

@@ -43,7 +43,7 @@ jobs:
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
password: ${{ secrets.SERVER_PASSWORD }}
port: ${{ secrets.SERVER_PORT || 22 }}
script: |
echo "🚀 Starting deployment to turbotrades.dev..."
@@ -152,7 +152,7 @@ jobs:
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
password: ${{ secrets.SERVER_PASSWORD }}
port: ${{ secrets.SERVER_PORT || 22 }}
script: |
echo "🔄 Rolling back to previous version..."