Skip to content

Commit

Permalink
Merge pull request #253 from TheUpperPart/Config/#252
Browse files Browse the repository at this point in the history
Config/#252 docker 컨테이너 백그라운드 실행 및 카카오 로그인 redirect url 변경
  • Loading branch information
pp449 authored Dec 2, 2023
2 parents d5a5e1e + 74bebd5 commit a66c791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NEXT_PUBLIC_REDIRECT_URI='http://localhost:3000/auth'
NEXT_PUBLIC_REDIRECT_URI='https://leaguehub.co.kr/auth'
NEXT_PUBLIC_CLIENT_ID='8d5273f11865b67fe7d85ca69458bdc3'
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
docker image prune
docker rm $(docker ps -a -q)
docker pull ${{ secrets.DOCKERHUB_REGISTRY }}/${{ secrets.DOCKERHUB_IMAGE_NAME }}
docker-compose up
docker-compose up -d

0 comments on commit a66c791

Please sign in to comment.