Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b4f7dccc authored by Jamalac Orange's avatar Jamalac Orange
Browse files

feat(k8s): update flyway deployment image

parent 97bb1be1
No related branches found
No related tags found
Loading
Checking pipeline status
...@@ -53,6 +53,7 @@ publish-deployment: ...@@ -53,6 +53,7 @@ publish-deployment:
script: script:
- cd ./src/k8s/base - cd ./src/k8s/base
- kustomize edit set image submission-image=$K8S_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA - kustomize edit set image submission-image=$K8S_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
- kustomize edit set image flyway-image=$K8S_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA-flyway
- kustomize build . > /tmp/deployments/$ENVIRONMENT/deployment.yml - kustomize build . > /tmp/deployments/$ENVIRONMENT/deployment.yml
- cd /tmp/deployments - cd /tmp/deployments
- git add ./$ENVIRONMENT/deployment.yml - git add ./$ENVIRONMENT/deployment.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment