Skip to content

Commit

Permalink
fix: prod deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Campos committed Nov 7, 2023
1 parent b1ac0f1 commit ebc520a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,12 @@ jobs:
- name: backend
parameters:
-p PROMOTE=${{ github.repository }}/backend:test
verification_path: "actuator/health"
- name: frontend
parameters:
-p PROMOTE=${{ github.repository }}/frontend:test
paratemeters:
-p VITE_USER_POOLS_ID=${{ vars.VITE_USER_POOLS_ID }}
-p VITE_USER_POOLS_WEB_CLIENT_ID=${{ vars.VITE_USER_POOLS_WEB_CLIENT_ID }}
-p VITE_REDIRECT_SIGN_OUT="${{ vars.VITE_REDIRECT_SIGN_OUT }}"
-p PROMOTE=${{ github.repository }}/frontend:test
steps:
- uses: bcgov-nr/[email protected]
with:
Expand Down

0 comments on commit ebc520a

Please sign in to comment.