Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Somck authored Sep 5, 2023
1 parent 82ef358 commit f6e0d66
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 @@ -99,7 +99,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/alert alert=$Alert_Web_Image -n $NAMESPACE_PRD
- kubectl --kubeconfig ./config set image deployment/alert-service alert-service=$Alert_Service_Image -n $NAMESPACE_PRD
Expand Down

0 comments on commit f6e0d66

Please sign in to comment.