ci: make production deploy manual #163
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/vimdoc-language-server!163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/manual-production-deploy"
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
Production site deploy still triggers on every push to
main, so regular merges show and queuedeploy / Deploy. That deploy should only happen when manually dispatched.Solution
Remove the
pushtrigger from.forgejo/workflows/deploy.yamland keep onlyworkflow_dispatch. The production deploy job and site deploy script are unchanged. The now-redundantgithub.refguards are removed because the workflow no longer runs on branch pushes.