Skip to content

Commit

Permalink
update staging and production workflows, add ADMIN_EMAIL
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut committed Mar 20, 2024
1 parent 0966194 commit 8df81f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-app-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
FELT_TOKEN: ${{ secrets.FELT_TOKEN }}
ASSETS_BUCKET_HOST: ${{ secrets.ASSETS_BUCKET_HOST }}
ASSETS_BUCKET_PATH: ${{ secrets.ASSETS_BUCKET_PATH }}
ADMIN_EMAIL: ${{ secrets.ADMIN_EMAIL }}
1 change: 1 addition & 0 deletions .github/workflows/deploy-app-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
S3_UPLOAD_SECRET: ${{ secrets.S3_UPLOAD_SECRET }}
ASSETS_BUCKET_HOST: ${{ secrets.ASSETS_BUCKET_HOST }}
ASSETS_BUCKET_PATH: ${{ secrets.ASSETS_BUCKET_PATH }}
ADMIN_EMAIL: ${{ secrets.ADMIN_EMAIL }}
1 change: 1 addition & 0 deletions .github/workflows/deployment-config.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ containers:
SESSION_SECRET_KEY: ${SESSION_SECRET_KEY}
MAILJET_APIKEY_PUBLIC: ${MAILJET_APIKEY_PUBLIC}
MAILJET_APIKEY_PRIVATE: ${MAILJET_APIKEY_PRIVATE}
ADMIN_EMAIL: ${ADMIN_EMAIL}
S3_UPLOAD_KEY: ${S3_UPLOAD_KEY}
S3_UPLOAD_SECRET: ${S3_UPLOAD_SECRET}
S3_UPLOAD_BUCKET: ${S3_UPLOAD_BUCKET}
Expand Down

0 comments on commit 8df81f9

Please sign in to comment.