ci: remove acceptance tests and add dev deployment
- 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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user