Skip to content

Commit

Permalink
Update .gitlab-ci.yml (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
Somck authored Sep 5, 2023
1 parent a665df1 commit b23917c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ 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/tsc tsc=$TSC_Web_Image_DEV -n $NAMESPACE_PRD
- kubectl --kubeconfig ./config set image deployment/tsc-service tsc-service=$TSC_Service_Image_DEV -n $NAMESPACE_PRD
Expand Down

0 comments on commit b23917c

Please sign in to comment.