diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa659e8..d66a6b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build_image: - docker push 36.66.3.44:7007/$PROJECT_NAME:$CI_PIPELINE_ID environment: only: - - dev + - main tags: - runner-internal-his @@ -23,7 +23,7 @@ deploy_development: - docker stack deploy --compose-file compose.yml scheduler-app environment: only: - - dev + - main tags: - runner-internal-his @@ -35,6 +35,6 @@ cleaning_image_and_container: - echo y | docker image prune -a environment: only: - - dev + - main tags: - runner-internal-his