Skip to content

Commit

Permalink
chore: add missing strapi env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Keeqler committed Nov 29, 2024
1 parent 5bdab90 commit 68313f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
DATABASE_URL=${{ secrets.DATABASE_URL }} \
NEXTAUTH_SECRET=${{ secrets.NEXTAUTH_SECRET }} \
USER_SETTINGS_JWT_SECRET=${{ secrets.USER_SETTINGS_JWT_SECRET }} \
STRAPI_API_URL=${{ secrets.STRAPI_API_URL }} \
STRAPI_API_TOKEN=${{ secrets.STRAPI_API_TOKEN }} \
STRAPI_CDN_HOST=${{ secrets.STRAPI_CDN_HOST }} \
SMTP_USER=${{ secrets.SMTP_USER }} \
SMTP_PASS=${{ secrets.SMTP_PASS }} \
STRIPE_MONERO_SECRET_KEY=${{ secrets.STRIPE_MONERO_SECRET_KEY }} \
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ services:
NEXTAUTH_SECRET: ${NEXTAUTH_SECRET}
USER_SETTINGS_JWT_SECRET: ${USER_SETTINGS_JWT_SECRET}

STRAPI_API_URL: ${STRAPI_API_URL}
STRAPI_API_TOKEN: ${STRAPI_API_TOKEN}
STRAPI_CDN_PROTOCOL: https
STRAPI_CDN_HOST: ${STRAPI_CDN_HOST}
STRAPI_CDN_PORT: 443
Expand Down

0 comments on commit 68313f7

Please sign in to comment.