fix(ci): restore gated deploy workflow #265
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
v0.1.0
v0.1.1
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!265
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/gate-publish-on-quality"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The pre-Forgejo GitHub CI workflow had a Deploy job, but the Forgejo port dropped non-quality workflows and left only .forgejo/workflows/quality.yaml. That means delta no longer has a Forgejo deploy workflow to gate on quality.
Solution
Restore a Forgejo deploy workflow that waits for the main-push quality contexts before SSHing to the VPS and running /opt/delta/scripts/deploy.sh:
The deploy step keeps the previous deploy-secret shape: VPS_HOST, VPS_USERNAME, and VPS_SSH_KEY.
Verification