Skip to content

Commit

Permalink
Provide AWS_REGION for CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmcarthur committed Jan 10, 2024
1 parent a8d4a45 commit 4e87a2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/nzsl_test
DEVISE_SECRET_KEY: anything
AWS_REGION: ap-southeast-2
RAILS_ENV: test
run: |
cp env-example .env
Expand All @@ -104,6 +105,7 @@ jobs:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/nzsl_test
DEVISE_SECRET_KEY: anything
NZSL_ONLINE_SECRET_KEY_BASE: anything
AWS_REGION: ap-southeast-2
S3_BUCKET_URL: http://s3-ap-southeast-2.amazonaws.com/dummy-fake/
run: |
cp env-example .env
Expand Down

0 comments on commit 4e87a2b

Please sign in to comment.