From 03ed06da9708a419a533690de39c07b344b00f8f Mon Sep 17 00:00:00 2001 From: bongsh0112 Date: Sat, 16 Sep 2023 17:02:48 +0900 Subject: [PATCH] =?UTF-8?q?edit=20:=20Deploy=20=EA=B3=BC=EC=A0=95=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20-=20SCP=ED=85=8C=EC=8A=A4=ED=8A=B8=20=20?= =?UTF-8?q?=20=20-=20Github=20Action=EC=97=90=EC=84=9C=20Proxy=EB=A1=9C=20?= =?UTF-8?q?=EC=A0=84=EC=86=A1=EC=9D=B4=20=EB=90=98=EB=8A=94=EC=A7=80=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 406287f6..f49df9f8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,14 +37,18 @@ jobs: - name: Transfer BuildFile Git Actions To ApplicationServer uses: appleboy/scp-action@master with: - proxy_host: ${{ secrets.NCP_PROXY_HOST }} - proxy_username: root - proxy_key: ${{ secrets.NCP_PEM }} - proxy_port: 2222 - host: ${{ secrets.NCP_APP_HOST }} +# proxy_host: ${{ secrets.NCP_PROXY_HOST }} +# proxy_username: root +# proxy_key: ${{ secrets.NCP_PEM }} +# proxy_port: 2222 +# host: ${{ secrets.NCP_APP_HOST }} +# username: root +# key: ${{ secrets.NCP_PEM }} +# port: 22 + host: ${{ secrets.NCP_PROXY_HOST }} username: root key: ${{ secrets.NCP_PEM }} - port: 22 + port: 2222 source: ./Api/build/libs/app.jar target: /var/app