From 1d6579dbb3fcab9a5b1e9b82e617ea9a39ccfe9e Mon Sep 17 00:00:00 2001 From: wingyou Date: Sun, 7 Apr 2024 17:37:36 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9E=90=EB=8F=99=EB=B0=B0=ED=8F=AC=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EB=98=90=EB=98=90=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/auto-deployment.yaml b/.github/workflows/auto-deployment.yaml index 9994b14..c633299 100644 --- a/.github/workflows/auto-deployment.yaml +++ b/.github/workflows/auto-deployment.yaml @@ -54,7 +54,6 @@ jobs: - name: Send jar file to EC2 run: | jarPath=$(./gradlew -q jarPath) - cd .. scp -i private_key.pem $jarPath "${username}@${host}:~/server.jar" - name: Startup new uploaded jar