Skip to content

Commit

Permalink
Merge pull request #79 from DDD-Community/feature/cicd-kakao
Browse files Browse the repository at this point in the history
[NO-ISSUE] CICD 카카오 관련 환경 변수 설정
  • Loading branch information
junseublim authored Aug 11, 2024
2 parents e143702 + fc0d6bb commit 307d25b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
echo "API_HOST=${{ vars.API_HOST }}" >> .env
echo "NODE_ENV=${{ vars.NODE_ENV }}" >> .env
echo "NEXT_PUBLIC_GA_ID=${{ secrets.PUBLIC_GA_ID }}" >> .env
echo "AUTH_KAKAO_ID=${{secrets.AUTH_KAKAO_ID}}" >> .env
echo "AUTH_KAKAO_SECRET=${{secrets.AUTH_KAKAO_SECRET}}" >> .env
echo "AUTH_SECRET=${{secrets.AUTH_SECRET}}" >> .env
- name: Build docker image
run: docker build -t ${{ vars.DOCKER_IMAGE }} .
- name: Login to DockerHub
Expand Down

0 comments on commit 307d25b

Please sign in to comment.