Skip to content

Commit

Permalink
Update .gitlab-ci.yml (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
Somck authored Jul 20, 2023
1 parent 02631af commit 3b39b50
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 @@ -176,7 +176,7 @@ deploy-prd:
only:
- tags
script:
- echo $KUBE_CONFIG_BLAZOR_PRD | base64 -d > ./config
- echo $KUBE_CONFIG_MASA_PRD | base64 -d > ./config
- kubectl --kubeconfig ./config set image deployment/masa-blazor masa-blazor=$IMAGE_PRD -n masa-blazor
retry: 2
when: manual
Expand Down

0 comments on commit 3b39b50

Please sign in to comment.