mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 22:13:25 +07:00
fix: typo in GH action
This commit is contained in:
parent
95b47a09e8
commit
253c2e534a
2
.github/workflows/deploy-preview.yml
vendored
2
.github/workflows/deploy-preview.yml
vendored
@ -179,7 +179,7 @@ jobs:
|
||||
DOMAIN: ${{ github.event.inputs.preview_name }}
|
||||
REDIS_URL: redis://${{ secrets.REDIS_STAGING_URL }}
|
||||
SECRET_KEY_BASE: ${{ secrets.SECRET_KEY_BASE }}
|
||||
SENTRY_DSN: $${{ secrets.SENTRY_DSN }}
|
||||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||
run: |
|
||||
envsubst < ./api/porter/api.yaml > ./api/porter/env_api.yaml
|
||||
envsubst < ./api/porter/worker.yaml > ./api/porter/env_worker.yaml
|
||||
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 8fcb9e9e4f294897e4125e27e58b0fcebbc16f5e
|
||||
Subproject commit 944aabe88d10530ca344f96a34643e09965051e1
|
Loading…
Reference in New Issue
Block a user