Skip to content

Commit

Permalink
πŸ’š Fix: django-deploy.yml μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
JongbeomLee623 committed Sep 25, 2024
1 parent 1e47610 commit f5f0cda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/django-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
echo "DATABASE_USER_PASSWORD=${{ secrets.DATABASE_USER_PASSWORD }}" >> .env
echo "DATABASE_HOST=127.0.0.1" >> .env
echo "DATABASE_PORT=3306" >> .env
echo "CELERY_BROKER_URL=${{ secrets.CELERY_BROKER_URL }}" >> .env
echo "CELERY_RESULT_BACKEND=${{ secrets.CELERY_RESULT_BACKEND }}" >> .env
cat .env
- name: Set up Python 3.12
Expand Down

0 comments on commit f5f0cda

Please sign in to comment.