Skip to content

Commit bc59973

Browse files
Gitlab CI updated
1 parent 1a16a55 commit bc59973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ deploy:
4747
refs:
4848
- master
4949
script:
50-
- cd deployment/overlay/production
50+
- cd kustomize/overlay/production
5151
- kustomize edit set image ssl1321ois/timelog_web:${CI_COMMIT_BRANCH}.${CI_COMMIT_SHORT_SHA}
5252
- kustomize build . | kubectl apply --server=${CLUSTER_URL} --token=${CLUSTER_TOKEN} --insecure-skip-tls-verify=true --namespace=production -f -
5353

0 commit comments

Comments
 (0)