From 45e9d7a851f12de9a6aa0725fa6f839d2af1506e Mon Sep 17 00:00:00 2001 From: bo Date: Mon, 22 Apr 2024 15:43:20 +0900 Subject: [PATCH] =?UTF-8?q?chore(cd):=20=EB=AA=A8=EB=93=88=EB=B3=84=20CD?= =?UTF-8?q?=20=EB=B6=84=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b506cce..e1a4595 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -23,7 +23,7 @@ jobs: - 'logging-server/**' - name: deploy main-server - # if: steps.changes.outputs.main == 'true' + if: steps.changes.outputs.main == 'true' uses: appleboy/ssh-action@v1.0.3 with: host: ${{ secrets.SERVER_HOST }} @@ -35,7 +35,7 @@ jobs: zsh ~/script/deploy-main-server.sh - name: deploy logging-server - # if: steps.changes.outputs.logging == 'true' + if: steps.changes.outputs.logging == 'true' uses: appleboy/ssh-action@v1.0.3 with: host: ${{ secrets.SERVER_HOST }}