Skip to content

Commit

Permalink
chore: gitlab-ci.yml (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzh425 authored Dec 11, 2024
1 parent 1e595f8 commit c123793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variables:
NAMESPACE_TEST: masastack-test
NAMESPACE_STAGING: masastack-staging
NAMESPACE_PRD: masastack
NAMESPAEC_SEC: masa-to-sec
NAMESPACE_SEC: masa-to-sec

docker-dev:
stage: docker-dev
Expand Down Expand Up @@ -134,3 +134,4 @@ deploy-prd:
- kubectl --kubeconfig ./config set image deployment/alert-service alert-service=$Alert_Service_Image -n $NAMESPACE_PRD
retry: 2
when: manual

0 comments on commit c123793

Please sign in to comment.