From bda3258eb77e0a51670e49f91bf7a30deaf74eb1 Mon Sep 17 00:00:00 2001 From: Gyehyun Park Date: Fri, 25 Oct 2024 03:38:29 +0900 Subject: [PATCH] test: deploy test --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8743495..7e920c8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -55,9 +55,8 @@ jobs: script_stop: true script: | cd /cano-server - docker compose down || true docker compose pull - docker compose up -d + docker compose up --build -d # docker stop cano-server || true # docker rm cano-server || true # docker pull ${{ steps.login-ecr.outputs.registry }}/cano-server:latest