Onboard westside-contracts to Woodpecker CI pipeline #30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Type
Feature
Lineage
Repo
forgejo_admin/westside-contractsUser Story
As a platform operator, I want westside-contracts in Woodpecker CI so that merges trigger automated builds, image pushes, and kustomize tag updates — completing the GitOps pipeline for this service.
Context
westside-contracts is an adapter-node SvelteKit app with direct Postgres access. It currently has no CI pipeline. The kustomize-tag rollout (pal-e-platform #206) is blocked until this repo is onboarded to Woodpecker.
Scope
.woodpecker.yamlpipeline (build, push to Harbor, update-kustomize-tag step)forgejo_token, Harbor registry creds)File Targets
.woodpecker.yaml(new)Acceptance Criteria
.woodpecker.yamlwith build + push + update-kustomize-tag stepsforgejo_tokensecret provisionedTest Expectations
kubectl get application westside-contracts -n argocdto verify ArgoCD syncConstraints
scripts/update-kustomize-tag.shfrom pal-e-platformChecklist
.woodpecker.yamlforgejo_tokensecretRelated
forgejo_admin/pal-e-platform#206— parent rollout issueforgejo_admin/pal-e-platform#205— reusable script PRforgejo_admin/westside-app#124— reference implementation