From aacb8894103e27c6cf9ac87f61f91918bc112841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=9C=A4=EC=84=9C?= <90557277+yoonsseo@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:07:44 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20SSH=20deploy=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-actions-demo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 25c8f49..babeb17 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -5,7 +5,7 @@ on: branches: [ main ] jobs: - SSH: + deploy: runs-on: ubuntu-latest steps: @@ -18,4 +18,4 @@ jobs: username: ${{ secrets.USER }} script: | cd /home/ec2-user/apps/step1 - sh deploy.sh \ No newline at end of file + sh deploy.sh