Skip to content

Commit

Permalink
Add next auth secret
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Nov 8, 2024
1 parent 3b515d4 commit 9a5362f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
echo 'IMAGE_VERSION_TAG=${{ github.sha }}'
echo 'GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}'
echo 'REGISTRY_BASE=registry.sireto.io/cardanoapi'
echo 'NEXT_AUTH_SECRET=${{ secrets.NEXT_AUTH_SECRET }}'
echo 'STACK_NAME=ccva'
echo 'DEPLOY_BASE_DOMAIN=ccv.cardanoapi.io'
echo 'NPM_AUTH_TOKEN=${{ secrets.NPM_AUTH_TOKEN }}'
Expand Down
1 change: 1 addition & 0 deletions deployment/docker-compose-ccva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
- postgres
- frontend
environment:
NEXT_AUTH_SECRET: ${NEXT_AUTH_SECRET}
VIRTUAL_HOST: https://${DEPLOY_BASE_DOMAIN}
DATABASE_URL: postgresql://ccva:${DATABASE_PASSWORD}@postgres:5432/ccva_test
NEXTAUTH_URL: https://${DEPLOY_BASE_DOMAIN}
Expand Down

0 comments on commit 9a5362f

Please sign in to comment.