promote: dev → stage #23

Merged
will.anderson merged 14 commits from dev into stage 2026-05-09 23:36:00 +00:00
Showing only changes of commit a51a16c4da - Show all commits
+7
View File
@@ -154,6 +154,13 @@ jobs:
- name: Touch HTML placeholder files
run: touch src/index.html src/about.html src/terms.html src/enterprise-terms.html
- name: Create soul-demo-image.tar placeholder
# Dockerfile.stage COPYs this file (used by k3s at runtime).
# For the dev smoke test the k3s import fails silently — the landing
# server still comes up on :8080. Real tar is built by build-stage.sh
# in the deploy pipeline; here we just need the COPY to succeed.
run: touch dist/soul-demo-image.tar
- name: Build Docker image (local only — no push)
run: |
set -euo pipefail