Skip to content

Commit

Permalink
RPP-4: Fix release db pass (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
waeljammal committed Jul 4, 2024
1 parent 93734a7 commit 0d3027e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -504,11 +504,11 @@ jobs:
helm upgrade vth-gateway deployment/charts/gateway \
--install --wait --atomic --create-namespace --timeout=2m \
--namespace=qa-gateway-1 \
--set configuration.database.pass=${{ secrets.MONGODB_STAGING_PASSWORD }} \
--values=deployment/charts/gateway/values.yaml \
--values=deployment/charts/gateway/values-qa1.yaml
- name: "Push Git Tag - Including Chart and Not Squashed"
run: git tag ${{ steps.tag.outputs.tag }}-chart && git push origin tag ${{ steps.tag.outputs.tag }}-chart

- name: "Download FE Artifact"
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 0d3027e

Please sign in to comment.