Skip to content

Commit eda511a

Browse files
committed
Fix bug with missing env variables
1 parent bc22db5 commit eda511a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ jobs:
8080
"
8181
- name: Build and push changes
8282
run: |
83+
export DOMAIN="${{ env.DOMAIN }}"
84+
export EMAIL_USER="${{ env.EMAIL_USER }}"
85+
export SMTP_HOST="${{env.SMTP_HOST}}"
86+
8387
docker compose build
8488
docker save -o payload.tar vector-portfolio-payload:latest
8589
docker save -o nginx.tar vector-portfolio-nginx:latest

0 commit comments

Comments
 (0)