Merge pull request #83 from trails-cool/emails
This commit is contained in:
commit
fe3621aab3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
|
@ -113,6 +113,8 @@ jobs:
|
||||||
|
|
||||||
# Pull latest images
|
# Pull latest images
|
||||||
export SENTRY_RELEASE="${{ github.sha }}"
|
export SENTRY_RELEASE="${{ github.sha }}"
|
||||||
|
export SMTP_URL="${{ secrets.SMTP_URL }}"
|
||||||
|
export SMTP_FROM="${{ secrets.SMTP_FROM }}"
|
||||||
docker compose pull
|
docker compose pull
|
||||||
|
|
||||||
# Push database schema (starts postgres, waits for healthy)
|
# Push database schema (starts postgres, waits for healthy)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue