From 1dadb1abe77c03e71747c447971edcc2c7600fcc Mon Sep 17 00:00:00 2001 From: seowoo <143095151+duri-wip@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:20:37 +0900 Subject: [PATCH] Update deploy_to_stage.yml --- .github/workflows/deploy_to_stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_to_stage.yml b/.github/workflows/deploy_to_stage.yml index e0d4ef3..d8b949f 100644 --- a/.github/workflows/deploy_to_stage.yml +++ b/.github/workflows/deploy_to_stage.yml @@ -52,7 +52,7 @@ jobs: port: 22 # 기본 SSH 포트 script: | # Streamlit, Flask 컨테이너 띄우기 cd /home/ubuntu/release_preparation/coc-model/release_preparation - docker-compose up --build -d + docker compose up --build -d