test: deploy config 3
Some checks failed
Deploy to Production / deploy (push) Failing after 2s

This commit is contained in:
2026-01-04 03:19:18 -06:00
parent 5f8300612d
commit 4f98210b3c

View File

@@ -14,6 +14,7 @@ jobs:
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
script: |
# Navigate to project directory or clone if it doesn't exist
if (Test-Path "C:\projects\digital-resume-FE") {