Skip to content

Commit

Permalink
fixed the namespace in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shambhand committed Oct 17, 2024
1 parent 41205a7 commit 7c9579c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: deploy-to-qa
run: |
helm upgrade --install devops-journey chart/devops-journey-0.1.0.tgz -n dev
helm upgrade --install devops-journey chart/devops-journey-0.1.0.tgz -n qa
echo "Deployed to QA successfully!!"
Prod-Deploy:
Expand All @@ -98,6 +98,6 @@ jobs:

- name: deploy-to-prod
run: |
helm upgrade --install devops-journey chart/devops-journey-0.1.0.tgz -n dev
helm upgrade --install devops-journey chart/devops-journey-0.1.0.tgz -n prod
echo "Deployed to Prod successfully!!"

0 comments on commit 7c9579c

Please sign in to comment.