From cb6a98d55a2804c282c6dc0a8a06fe04ec3a285c Mon Sep 17 00:00:00 2001 From: heesane Date: Fri, 9 Feb 2024 17:29:21 +0900 Subject: [PATCH] fix : CI/CD --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3075117..85b44d1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,6 @@ jobs: - 'database/**' - name: Default Deploy - if: steps.changes.outputs.back == 'true' || steps.changes.outputs.front == 'true' || steps.changes.outputs.devops == 'true' || steps.changes.outputs.database == 'true' uses: appleboy/ssh-action@master with: host: ${{ secrets.REMOTE_SSH_HOST }}