Skip to content

Commit 8b3f3f3

Browse files
committed
Fix typo
1 parent ee21a8c commit 8b3f3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
export DOMAIN="${{ vars.DOMAIN }}"
8484
export EMAIL_USER="${{ vars.EMAIL_USER }}"
85-
export SMTP_HOST="${{vars.SMTP_HOST}}"
85+
export SMTP_HOST="${{ vars.SMTP_HOST }}"
8686
8787
docker compose build
8888
docker image ls

0 commit comments

Comments
 (0)