|
|
@ -21,7 +21,7 @@ build_image_test: |
|
|
except: |
|
|
except: |
|
|
- master |
|
|
- master |
|
|
after_script: |
|
|
after_script: |
|
|
- "echo test: CI_REGISTRY_IMAGE" |
|
|
- "echo test: $CI_REGISTRY_IMAGE" |
|
|
|
|
|
|
|
|
build_image_prod: |
|
|
build_image_prod: |
|
|
<<: *build_image |
|
|
<<: *build_image |
|
|
@ -36,5 +36,5 @@ deploy: |
|
|
stage: deploy |
|
|
stage: deploy |
|
|
script: |
|
|
script: |
|
|
- "curl -X POST lupercus.rez -d \"$API_VARS\" -H \"Content-Type: application/json\"" |
|
|
- "curl -X POST lupercus.rez -d \"$API_VARS\" -H \"Content-Type: application/json\"" |
|
|
dependencies: |
|
|
only: |
|
|
- build_image_prod |
|
|
- master |
|
|
|