Skip to content

Commit

Permalink
Update .gitlab-ci.yml (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
Somck authored Sep 5, 2023
1 parent 8809ee3 commit 90f97ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ deploy-prd:
only:
- tags
script:
- echo $KUBE_CONFIG_MASA_PRD | base64 -d > ./config
- echo $KUBE_CONFIG_LSD_PRD_YDY | base64 -d > ./config
- echo $CI_COMMIT_TAG
- kubectl --kubeconfig ./config set image deployment/dcc dcc=$NEW_IMAGE_DCC_UI -n $NAMESPACE_PRD
- kubectl --kubeconfig ./config set image deployment/dcc-service dcc-service=$NEW_IMAGE_DCC -n $NAMESPACE_PRD
retry: 2
when: manual
when: manual

0 comments on commit 90f97ee

Please sign in to comment.