Skip to content
Snippets Groups Projects
Unverified Commit 9c278f68 authored by Sebastian Höffner's avatar Sebastian Höffner
Browse files

Using two different docker-compose files, one using the local build context...

Using two different docker-compose files, one using the local build context and one to deploy using the container registry.
parent 8da74b3c
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ pipeline {
stage('deploy') {
steps {
sh 'docker-compose --project-name litmus up --detach --renew-anon-volumes --force-recreate'
sh 'docker-compose -f docker-compose.deploy.yaml --project-name litmus up --detach --renew-anon-volumes --force-recreate'
}
when {
branch 'master'
......
version: "3.2"
services:
openccg:
image: web-openccg:latest
......@@ -4,4 +4,4 @@ version: "3.2"
services:
openccg:
image: web-openccg:latest
build: .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment