Skip to content

Commit

Permalink
Merge pull request #39 from mmig01/main
Browse files Browse the repository at this point in the history
feat: python -> python3 으로 변경
  • Loading branch information
mmig01 authored Sep 28, 2024
2 parents 9e23122 + 2b1d8a9 commit bdb8ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
sudo docker exec -it festival_backend_server bash
# data.json 생성
python manage.py dumpdata > data.json && exit
python3 manage.py dumpdata > data.json && exit
# data.json 을 컨테이너 외부로 복사
sudo docker cp festival_backend_server:/app/data.json ./data.json
Expand Down

0 comments on commit bdb8ff6

Please sign in to comment.