From 8782d3b2f075fc5872f3e7a0c4d3dce2e0c2d1d8 Mon Sep 17 00:00:00 2001 From: 5win <94297900+5win@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:32:31 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20CI=20=ED=8C=8C=EC=9D=B4=ED=94=84?= =?UTF-8?q?=EB=9D=BC=EC=9D=B8=20yml=ED=8C=8C=EC=9D=BC=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=20(#52)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/prod-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prod-ci.yml b/.github/workflows/prod-ci.yml index 5d4dfc3..9ba8989 100644 --- a/.github/workflows/prod-ci.yml +++ b/.github/workflows/prod-ci.yml @@ -29,6 +29,7 @@ jobs: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: ap-northeast-2 - + + - name: deploy jar run: | aws s3 sync build s3://gamja-bongsa \ No newline at end of file