feat: add initial multi-environment CI/CD pipeline POC #1

Merged
nietzshn merged 20 commits from dev into staging 2026-06-02 22:04:02 -06:00
Showing only changes of commit 4dd96a267d - Show all commits
+2
View File
@@ -67,6 +67,8 @@ jobs:
- name: Verify image starts
run: |
set -euo pipefail
docker stop ci-test || true
docker rm ci-test || true
docker run -d --name ci-test \
-e APP_ENV=ci \
-e APP_VERSION=ci-${{ gitea.sha }} \