mirror of
https://github.com/getlago/lago.git
synced 2025-01-31 01:45:07 +07:00
misc: add secret key base env var for CD
This commit is contained in:
parent
e40fa61a54
commit
34940e4d7b
1
.github/workflows/deploy-preview.yml
vendored
1
.github/workflows/deploy-preview.yml
vendored
@ -178,6 +178,7 @@ jobs:
|
||||
DATABASE_URL: postgres://lago:${{ secrets.DB_STAGING_PASSWORD }}@${{ secrets.DB_STAGING_HOST}}:5432/${{ github.event.inputs.preview_name }}
|
||||
DOMAIN: ${{ github.event.inputs.preview_name }}
|
||||
REDIS_URL: redis://${{ secrets.REDIS_STAGING_URL }}
|
||||
SECRET_KEY_BASE: ${{ secrets.SECRET_KEY_BASE }}
|
||||
run: |
|
||||
envsubst < ./api/porter/api.yaml > ./api/porter/env_api.yaml
|
||||
envsubst < ./api/porter/worker.yaml > ./api/porter/env_worker.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user