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 Nov 9, 2023
1 parent d805814 commit 55c7893
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 @@ -65,6 +65,6 @@ deploy-prd:
only:
- tags
script:
- echo $KUBE_CONFIG_MASA_YDY | base64 -d > ./config
- echo $KUBE_CONFIG_LSD_PRD_YDY | base64 -d > ./config
- kubectl --kubeconfig ./config set image deployment/masa-blazor-pro masa-blazor-pro=$IMAGE_PRD -n masa-blazor
retry: 2

0 comments on commit 55c7893

Please sign in to comment.