Skip to content

Commit

Permalink
update task env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Nov 28, 2023
1 parent d8d86a7 commit 4212010
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ jobs:
image: 450356697252.dkr.ecr.ap-southeast-2.amazonaws.com/api:${{ env.TAG }}
environment-variables: |
DJANGO_SECRET_KEY=change_me
DB_HOST=mydbhost.xyz
DB_HOST=${{ vars.DB_HOST }}
DB_NAME=api
DB_USER=api
DB_SECRET_NAME=db_secret_name
DB_SECRET_REGION=ap-southeast-2
DB_SECRET_NAME=${{ vars.DB_SECRET_NAME }}
DB_SECRET_REGION=${{ vars.DB_SECRET_REGION }}
ALLOWED_HOSTS=*
ALLOWED_CIDR_NETS=0.0.0.0/0
S3_STORAGE_BUCKET_NAME=mybucket
ALLOWED_CIDR_NETS=10.32.48.0/20,10.32.64.0/20,10.32.80.0/20
S3_STORAGE_BUCKET_NAME=api-bucket-450356697252
S3_STORAGE_BUCKET_REGION=ap-southeast-2
- name: Render nginx proxy definition
Expand Down

0 comments on commit 4212010

Please sign in to comment.