Skip to content

Commit

Permalink
updated ci with env for docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
marythedev committed Dec 5, 2023
1 parent fff7441 commit 3aa439e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jobs:
run: npm install
- name: Build Containers
run: docker compose up -d
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_SESSION_TOKEN: ${{ secrets.AWS_SESSION_TOKEN }}
- name: Setup Local AWS Resources
run:
chmod +x ./scripts/local-aws-setup.sh
Expand Down

0 comments on commit 3aa439e

Please sign in to comment.