Skip to content
Snippets Groups Projects
Commit d6d5a872 authored by Yannis Barlas's avatar Yannis Barlas
Browse files

Update file .gitlab-ci.yml

parent 6210566b
No related branches found
No related tags found
No related merge requests found
Pipeline #61113 failed
...@@ -29,17 +29,17 @@ stages: ...@@ -29,17 +29,17 @@ stages:
- docker push $IMAGE_NAME_DEMO:$CI_COMMIT_SHA - docker push $IMAGE_NAME_DEMO:$CI_COMMIT_SHA
- docker push $IMAGE_NAME_DEMO:latest - docker push $IMAGE_NAME_DEMO:latest
.build demo image: # .build demo image:
extends: .build production # extends: .build production
stage: Build demo # stage: Build demo
variables: # variables:
IMAGE_NAME: $IMAGE_NAME_DEPLOY # IMAGE_NAME: $IMAGE_NAME_DEPLOY
BUILD_PATH: . # BUILD_PATH: .
only: # only:
- master # - master
.deploy demo: # .deploy demo:
extends: .deploy # extends: .deploy
stage: Deploy demo # stage: Deploy demo
only: # only:
- master # - master
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment