Skip to content

Commit 4456057

Browse files
committed
log deploy command
1 parent 4a05289 commit 4456057

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,18 @@ build-production:
121121
- export VAULT_TOKEN="$(vault write -field=token auth/$VAULT_AUTH_PATH/login role=$VAULT_AUTH_ROLE jwt=$CI_JOB_JWT)"
122122
- helm dependency update helm/
123123
- echo "Log INFO: values that will be deployed"
124+
- echo
125+
helm secrets upgrade
126+
--install
127+
--atomic
128+
--timeout 300s
129+
--namespace github-issue-sync
130+
--values helm/$VALUES_FILE
131+
--set common.image.tag="$DEPLOYMENT_TAG"
132+
--set common.containerPort="$APP_PORT"
133+
--set common.livenessProbe.httpGet.port="$APP_PORT"
134+
--set common.readinessProbe.httpGet.port="$APP_PORT"
135+
github-issue-sync helm/
124136
- helm secrets upgrade
125137
--install
126138
--atomic

0 commit comments

Comments
 (0)