File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,8 @@ jobs:
190190 sed -i "s|image:.*${IMAGE_REPOSITORY}.*|image: ${IMAGE}|g" docker-compose.yml
191191
192192 echo "🚀 새 컨테이너 시작 중..."
193+ MAIL_USERNAME='${{ secrets.MAIL_USERNAME }}' \
194+ MAIL_PASSWORD='${{ secrets.MAIL_PASSWORD }}' \
193195 docker-compose up -d $CONTAINER_NAME
194196
195197 echo "🏥 헬스체크 중..."
Original file line number Diff line number Diff line change 1+ {
2+ "permissions" : {
3+ "allow" : [
4+ " Bash(cat:*)"
5+ ],
6+ "deny" : [],
7+ "ask" : []
8+ }
9+ }
Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ services:
7878 - " 8080:8080"
7979 environment :
8080 - SPRING_PROFILES_ACTIVE=prod
81+ - MAIL_USERNAME=${MAIL_USERNAME}
82+ - MAIL_PASSWORD=${MAIL_PASSWORD}
8183 networks :
8284 - app-network
8385 restart : unless-stopped
You can’t perform that action at this time.
0 commit comments