Skip to content

Commit

Permalink
Merge pull request #47 from LINE-NOW/JongbeomLee623-patch-1
Browse files Browse the repository at this point in the history
Update django-deploy.yml
  • Loading branch information
JongbeomLee623 authored Sep 30, 2024
2 parents 84ba3d6 + 8202d28 commit b3ac36e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/django-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
echo "DATABASE_PORT=${{ secrets.DATABASE_PORT }}" >> .env
echo "CELERY_BROKER_URL=${{ secrets.CELERY_BROKER_URL }}" >> .env
echo "CELERY_RESULT_BACKEND=${{ secrets.CELERY_RESULT_BACKEND }}" >> .env
echo "KAKAO_CLIENT_ID=${{ secrets.KAKAO_CLIENT_ID }}" >> .env
echo "KAKAO_CALLBACK_URI=${{ secrets.KAKAO_CALLBACK_URI }}" >> .env
echo "BACK_BASE_URL=${{ secrets.BACK_BASE_URL }}" >> .env
cat .env
- name: Set up Python 3.12
Expand Down

0 comments on commit b3ac36e

Please sign in to comment.