ci: remove acceptance tests and add dev deployment
Pull Request / unit-tests (pull_request) Successful in 57s
Pull Request / analyze-bump-type (pull_request) Successful in 10s
Release / release (push) Failing after 13s
Build CI Images / build-ci-base (push) Failing after 19s

- Remove acceptance-tests job from PR workflow to fix pipeline failures
- Update analyze-bump-type to depend only on unit-tests
- Add automatic dev deployment in release workflow that updates docker-compose.yml
- Update docker-compose.yml to use correct registry path (docker.notsosm.art/euchre-camp)
- Update generate-docker-compose.js to use correct registry configuration
This commit was merged in pull request #21.
This commit is contained in:
2026-04-01 21:49:36 -07:00
parent 967bdc1b89
commit 2cf832eeac
4 changed files with 27 additions and 36 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
services:
app:
image: euchre-camp/euchre-camp:0.1.0.dev
image: docker.notsosm.art/euchre-camp:0.1.0.dev
container_name: euchre-camp-app
ports:
- "3000:3000"