CD workflow: build, push, deploy to Test, e2e smoke, promote to Int #8
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#8
Loading…
Reference in New Issue
Block a user
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?
Context
ADR 0014: merges to main deploy to Test automatically; green e2e promotes the same images to Int. This closes the walking-skeleton loop.
Scope
Extend the pipeline: on push to main build+push images to the Gitea registry (
:shatags), SSH-deploy to/home/DOCKER/dorfteich-test/(compose pull && up -d), run a minimal Playwright smoke suite against Test (shell loads, healthz ok), and on success retag:int+ deploy Int the same way. Add the Playwright setup (apps/webe2e project) with that first smoke test.Acceptance criteria
Technical notes
Dependencies
Depends on #6, #7, #9.
Size: ~2 days
Conventions: English code/comments, clear human-readable code, no hard-coded UI strings (ADR 0012, add
deanden), permission checks only via the shared guard (docs/architecture/permissions.md). Read the referenced ADRs before starting.Verified end to end on commit
61da1cc: build-push (SHA +testtags) → SSH deploy Test → readiness wait → Playwright smoke suite against https://test.dorfteich.cloud (SPA shell, web healthz, api healthz+readyz) → registry-side retag:int→ deploy Int. Both stages serve the deployed SHA (/api/v1/healthzshows it as version). Fixes along the way: pnpm version source (packageManager), registry-token whitespace, pnpm-store lint exclusion, Playwright/Vitest separation.