1
0
Fork 0

ci: create extra stage for deploy dry run

This commit is contained in:
Vojtěch Mareš 2023-07-03 21:00:11 +02:00
parent 1ed5eb3e26
commit b00c479496
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -3,6 +3,7 @@ default:
stages:
- build
- deploy:dry-run
- deploy
docker:build:
@ -15,7 +16,7 @@ docker:build:
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_BRANCH-$CI_COMMIT_SHORT_SHA
deploy:staging:dry-run:
stage: deploy
stage: deploy:dry-run
script:
- >
helm \