ci: make production deploy manual #163

Merged
barrettruth merged 1 commit from ci/manual-production-deploy into main 2026-05-04 00:27:00 +00:00
Owner

Problem

Production site deploy still triggers on every push to main, so regular merges show and queue deploy / Deploy. That deploy should only happen when manually dispatched.

Solution

Remove the push trigger from .forgejo/workflows/deploy.yaml and keep only workflow_dispatch. The production deploy job and site deploy script are unchanged. The now-redundant github.ref guards are removed because the workflow no longer runs on branch pushes.

Problem Production site deploy still triggers on every push to `main`, so regular merges show and queue `deploy / Deploy`. That deploy should only happen when manually dispatched. Solution Remove the `push` trigger from `.forgejo/workflows/deploy.yaml` and keep only `workflow_dispatch`. The production deploy job and site deploy script are unchanged. The now-redundant `github.ref` guards are removed because the workflow no longer runs on branch pushes.
ci: make production deploy manual
All checks were successful
quality / Format (pull_request) Successful in 17s
quality / Lint (pull_request) Successful in 1m21s
quality / Test (pull_request) Successful in 53s
b966a2a290
barrettruth deleted branch ci/manual-production-deploy 2026-05-04 00:27:00 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/vimdoc-language-server!163
No description provided.