fix build 6
Build & Deploy / Build & Push Docker Image (push) Failing after 2s
Build & Deploy / Deploy to VPS (push) Has been skipped

This commit is contained in:
root
2026-07-04 14:17:50 -04:00
parent e7e80103c7
commit 1c8b3d5401
2 changed files with 35 additions and 12 deletions
+2
View File
@@ -219,6 +219,8 @@ VPS_USER=<ssh-user>
VPS_SSH_KEY=<deployment-private-key>
```
`VPS_IP` is required. The workflow does not fall back to a hard-coded SSH host, so a missing secret fails before any SSH attempt.
`VPS_SSH_KEY` must be an unencrypted private key that OpenSSH can read in a non-interactive job. The workflow also accepts `VPS_SSH_KEY_B64` when you prefer storing a base64-encoded private key as a single line.
Supported private key formats: