From a1db32a8ea12d7e5c6e1882ad7071e8282125845 Mon Sep 17 00:00:00 2001 From: llddang Date: Mon, 12 Aug 2024 16:42:50 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=B0=B0=ED=8F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #144 --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index da0a3eb9..594fedc8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,6 +26,4 @@ jobs: key: ${{ secrets.REMOTE_SSH_KEY }} passphrase: ${{ secrets.REMOTE_SSH_PASSPHRASE }} port: ${{ secrets.REMOTE_SSH_PORT }} - script: $HOME/sw_css-deploy.sh - - name: End Deploy - run: echo "end!" + run: $HOME/sw_css-deploy.sh