We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a16a55 commit bc59973Copy full SHA for bc59973
.gitlab-ci.yml
@@ -47,7 +47,7 @@ deploy:
47
refs:
48
- master
49
script:
50
- - cd deployment/overlay/production
+ - cd kustomize/overlay/production
51
- kustomize edit set image ssl1321ois/timelog_web:${CI_COMMIT_BRANCH}.${CI_COMMIT_SHORT_SHA}
52
- kustomize build . | kubectl apply --server=${CLUSTER_URL} --token=${CLUSTER_TOKEN} --insecure-skip-tls-verify=true --namespace=production -f -
53
0 commit comments