From e739673032f5087102e00d319c5424e6781eb507 Mon Sep 17 00:00:00 2001 From: San Kim Date: Sun, 22 Sep 2024 15:01:36 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=ED=99=98=EA=B2=BD=EB=B3=80?= =?UTF-8?q?=EC=88=98=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-dev.yaml b/.github/workflows/cd-dev.yaml index 68817ce..edf55d3 100644 --- a/.github/workflows/cd-dev.yaml +++ b/.github/workflows/cd-dev.yaml @@ -112,7 +112,7 @@ jobs: version_label: ${{ steps.determine-version.outputs.VERSION }}-${{ github.sha }} region: ${{ env.AWS_REGION }} deployment_package: deploy.zip - use_existing_version_if_available: false + use_existing_version_if_available: true - name: Deployment result run: echo "Deployed version ${{ steps.determine-version.outputs.VERSION }} to Elastic Beanstalk environment ${{ env.EB_ENVIRONMENT_NAME }}"