From 9983d9cf79b7b6f41c46c754f1883a1027be3e2e Mon Sep 17 00:00:00 2001 From: whitemark Date: Mon, 17 Jun 2024 12:41:20 +0900 Subject: [PATCH] =?UTF-8?q?[feature/#286]=20scp=20=EB=94=94=EB=A0=89?= =?UTF-8?q?=ED=86=A0=EB=A6=AC=20=EC=A0=9C=EC=99=B8=20=EC=A0=84=EC=86=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 4f0aaa0b..50f1f05f 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -39,6 +39,7 @@ jobs: # port: ${{ secrets.PORT }} # default : 22 source: "resource-server/build/libs/resource-server-0.0.1-SNAPSHOT.jar" target: ${{ secrets.IBAS_DEV_DEPLOY_PATH }} + strip_components: 3 - name: execute deploy shell script via ssh uses: appleboy/ssh-action@master