Skip to content
Snippets Groups Projects
Commit d9b6095e authored by Matthias Bodenbenner's avatar Matthias Bodenbenner
Browse files

fixed pipeline

parent 163531bd
No related branches found
No related tags found
No related merge requests found
Pipeline #486811 canceled
......@@ -39,7 +39,7 @@ Deploy Container:
- cp ./docker-compose.yml $app_path/docker-compose.yml
- cp ./default.conf $app_path/default.conf
- cd $app_path
# - docker-compose -p "soil-v2-frontend" stop
# - docker-compose -p "soil-editor" stop
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker-compose -p "soil-v2-frontend" pull
- docker-compose -p "soil-v2-frontend" up -d
\ No newline at end of file
- docker-compose -p "soil-editor" pull
- docker-compose -p "soil-editor" up -d
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment