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

Merge branch 'feature/ci'

parents cc59381d 9c278f68
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