Skip to content

Commit

Permalink
Update: docker.yaml.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwupark committed Nov 2, 2023
1 parent cabb14d commit a294e5f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ jobs:
export JWT_SECRET=${{ secrets.JWT_SECRET }}
export KAKAO_CLIENT=${{ secrets.KAKAO_CLIENT }}
export KAKAO_SECRET=${{ secrets.KAKAO_SECRET }}
# 중간 결과 출력
echo "DB_URL: $DB_URL"
echo "DB_USERNAME: $DB_USERNAME"
echo "DB_PASS: $DB_PASS"
echo "JWT_SECRET: $JWT_SECRET"
echo "KAKAO_CLIENT: $KAKAO_CLIENT"
echo "KAKAO_SECRET: $KAKAO_SECRET"
# Docker Compose 실행
sudo docker-compose up -d
Expand Down

0 comments on commit a294e5f

Please sign in to comment.