Skip to content

Commit

Permalink
Variables in vars
Browse files Browse the repository at this point in the history
  • Loading branch information
joekitsmith committed Nov 29, 2023
1 parent 90d4234 commit 9b73d6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
AWS_SECRET_NAME_NEO4J=${{ secrets.AWS_SECRET_NAME_NEO4J }} \
AWS_SECRET_NAME_AZURE=${{ secrets.AWS_SECRET_NAME_AZURE }} \
AWS_SECRET_NAME_API=${{ secrets.AWS_SECRET_NAME_API }} \
AWS_REGION=${{ env.AWS_REGION }} \
MONGODB_HOST=${{ env.MONGODB_HOST }} \
FRONTEND_URL=${{ env.FRONTEND_URL }} \
REACT_APP_API_URL=${{ env.REACT_APP_API_URL }} \
AWS_REGION=${{ vars.AWS_REGION }} \
MONGODB_HOST=${{ vars.MONGODB_HOST }} \
FRONTEND_URL=${{ vars.FRONTEND_URL }} \
REACT_APP_API_URL=${{ vars.REACT_APP_API_URL }} \
docker compose -f docker/docker-compose.qa.yml up -d --build
- name: Test mongo
Expand Down

0 comments on commit 9b73d6b

Please sign in to comment.