From c47b39822804bbcbdbf952f7a2319b9a85f9209a Mon Sep 17 00:00:00 2001 From: mingi Date: Sat, 28 Sep 2024 20:53:43 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20data.json=20->=20./data.json=20?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EA=B2=BD=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/django_cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django_cicd.yml b/.github/workflows/django_cicd.yml index f6eb3ce..7b46d21 100644 --- a/.github/workflows/django_cicd.yml +++ b/.github/workflows/django_cicd.yml @@ -81,4 +81,4 @@ jobs: sudo docker exec festival_backend_server python manage.py collectstatic --noinput # 7. SQLite 데이터 복원 (loaddata) - sudo docker exec festival_backend_server python manage.py loaddata ./data.json \ No newline at end of file + sudo docker cp ./data.json festival_backend_server:/app/data.json && sudo docker exec festival_backend_server python manage.py loaddata /app/data.json \ No newline at end of file