From 1edf56973c8848f5de1af044752d93314e30a138 Mon Sep 17 00:00:00 2001 From: wellbeing-dough Date: Sat, 14 Sep 2024 13:36:00 +0900 Subject: [PATCH] =?UTF-8?q?[Feat]=20:=20mysql=20redis=EC=B4=88=EA=B8=B0?= =?UTF-8?q?=ED=99=94=20=EC=9D=B4=EC=8A=88=20=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 084ac1f..f15c083 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,5 +61,5 @@ jobs: port: 22 script: | sudo docker pull ${{ secrets.DOCKER_REPO }}/studyhub_backend - sudo docker compose down - sudo docker compose up -d \ No newline at end of file + sudo docker compose -f docker-compose-app.yml down + sudo docker compose -f docker-compose-app.yml up -d \ No newline at end of file