feat: add initial multi-environment CI/CD pipeline POC #3
@@ -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 }} \
|
||||
|
||||
Reference in New Issue
Block a user