You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CD can now build and push GHCR images successfully, but SSH deploy is skipped because the repository/environments do not have deploy settings configured.
Repository-level Actions secrets and variables are empty, and the staging / Production environments also have no deploy secrets or variables configured.
Problem
CD can now build and push GHCR images successfully, but SSH deploy is skipped because the repository/environments do not have deploy settings configured.
Latest green CD run: https://github.com/Hqzdev/Metrix/actions/runs/27086713241
Missing settings observed
Repository-level Actions secrets and variables are empty, and the
staging/Productionenvironments also have no deploy secrets or variables configured.Required settings:
SSH_HOST_STAGINGSSH_HOST_PRODUCTIONSSH_USERSSH_PRIVATE_KEYSSH_KNOWN_HOSTSDEPLOY_PATHNotes
Hqzdev; fixed in PR fix(cd): normalize ghcr image deploys #39.