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 bc59973 commit 0eb23bbCopy full SHA for 0eb23bb
.gitlab-ci.yml
@@ -47,7 +47,7 @@ deploy:
47
refs:
48
- master
49
script:
50
- - cd kustomize/overlay/production
+ - cd kustomize/overlays/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