From d649ab8d7ae7220bff8dfda521a379357b5f3eb6 Mon Sep 17 00:00:00 2001 From: JunRain Date: Sun, 17 Mar 2024 00:09:30 +0900 Subject: [PATCH] =?UTF-8?q?[#38]=20PASSWORD=EB=9D=BC=20=EC=9E=98=EB=AA=BB?= =?UTF-8?q?=EB=90=9C=20=EC=84=A4=EC=A0=95=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/server.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 39f16469..36a2a58f 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -2,7 +2,7 @@ name: server on: workflow_dispatch: - + pull_request: paths: - "./backend" @@ -28,7 +28,7 @@ jobs: - name: Run scripts in server uses: appleboy/ssh-action@master with: - key: ${{ secrets.PASSWORD }} + key: ${{ secrets.KEY }} host: ${{ secrets.HOST }} username: ${{ secrets.USER_NAME }} - script: ${{ secrets.SCRIPT }} \ No newline at end of file + script: ${{ secrets.SCRIPT }}