Skip to content

Commit 40c190d

Browse files
authored
Merge pull request #100 from prgrms-web-devcourse-final-project/develop
refactor[cicd]: email 정보 추가
2 parents e70ec94 + aefd253 commit 40c190d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,10 @@ jobs:
247247
PROD_REDIS_HOST=redis_1
248248
PROD_REDIS_PORT=6379
249249
PROD_REDIS_PASSWORD=${{ secrets.REDIS_PASSWORD }}
250+
251+
send_email_address=${{ secrets.SEND_EMAIL_ADDRESS }}
252+
email_address=${{ secrets.EMAIL_ADDRESS }}
253+
send_email_password=${{ secrets.EMAIL_PASSWORD }}
250254
EOF
251255

252256
# EC2에서 GHCR 로그인

0 commit comments

Comments
 (0)