Skip to content

Commit

Permalink
Use QA environment
Browse files Browse the repository at this point in the history
  • Loading branch information
joekitsmith committed Nov 30, 2023
1 parent 9b73d6b commit cfd8514
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
build-push:
name: "Build, test and push prod"
runs-on: ubuntu-latest
environment: qa
defaults:
run:
shell: bash
Expand All @@ -70,9 +71,9 @@ jobs:
AWS_SECRET_NAME_AZURE=${{ secrets.AWS_SECRET_NAME_AZURE }} \
AWS_SECRET_NAME_API=${{ secrets.AWS_SECRET_NAME_API }} \
AWS_REGION=${{ vars.AWS_REGION }} \
MONGODB_HOST=${{ vars.MONGODB_HOST }} \
FRONTEND_URL=${{ vars.FRONTEND_URL }} \
REACT_APP_API_URL=${{ vars.REACT_APP_API_URL }} \
MONGODB_HOST=${{ env.MONGODB_HOST }} \
FRONTEND_URL=${{ env.FRONTEND_URL }} \
REACT_APP_API_URL=${{ env.REACT_APP_API_URL }} \
docker compose -f docker/docker-compose.qa.yml up -d --build
- name: Test mongo
Expand Down

0 comments on commit cfd8514

Please sign in to comment.