We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee21a8c commit 8b3f3f3Copy full SHA for 8b3f3f3
.github/workflows/deploy.yml
@@ -82,7 +82,7 @@ jobs:
82
run: |
83
export DOMAIN="${{ vars.DOMAIN }}"
84
export EMAIL_USER="${{ vars.EMAIL_USER }}"
85
- export SMTP_HOST="${{vars.SMTP_HOST}}"
+ export SMTP_HOST="${{ vars.SMTP_HOST }}"
86
87
docker compose build
88
docker image ls
0 commit comments