Merge pull request #83 from trails-cool/emails

This commit is contained in:
github-actions[bot] 2026-03-26 17:27:26 +00:00 committed by GitHub
commit fe3621aab3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,6 +113,8 @@ jobs:
# Pull latest images
export SENTRY_RELEASE="${{ github.sha }}"
export SMTP_URL="${{ secrets.SMTP_URL }}"
export SMTP_FROM="${{ secrets.SMTP_FROM }}"
docker compose pull
# Push database schema (starts postgres, waits for healthy)