From e6f9d487535b2141f13ef4431fed4951d15d4b0e Mon Sep 17 00:00:00 2001 From: Sejeong Kim Date: Sat, 26 Oct 2024 19:30:34 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20aws-cicd.yml=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/aws-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-cicd.yml b/.github/workflows/aws-cicd.yml index 32538163..e20ac322 100644 --- a/.github/workflows/aws-cicd.yml +++ b/.github/workflows/aws-cicd.yml @@ -128,7 +128,7 @@ jobs: username: ubuntu key: ${{ secrets.AWS_INSTANCE_PEM }} port: 22 - source: "./layer-api/infra/aws/* + source: "./layer-api/infra/aws/*" target: "/home/ubuntu" - name: Deploy with Docker Compose