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
@@ -12,7 +12,7 @@ const path = require('path');
const { execSync } = require('child_process');
// Configuration
const REGISTRY = 'euchre-camp';
const REGISTRY = 'docker.notsosm.art';
const IMAGE_NAME = 'euchre-camp';
// Get current version from package.json