Skip to content

Commit

Permalink
fix: stackoverflowの返信を見てパッチ
Browse files Browse the repository at this point in the history
  • Loading branch information
duri0214 committed Apr 7, 2024
1 parent 67f47fc commit 9cfe1f7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ jobs:
python -m pip install -r requirements.txt
python manage.py makemigrations register
python manage.py makemigrations vietnam_research gmarker shopping linebot warehouse
# Output the environment variables
echo $ENGINE
echo $NAME
echo $USER
echo $PASSWORD
echo $HOST
echo $PORT
python manage.py migrate
export DJANGO_SECRET_KEY="$(base64 <<< "$RANDOM|TeStiNg|$RANDOM" | tr -d '\n')"
Expand Down

0 comments on commit 9cfe1f7

Please sign in to comment.