From f1604b5510bc46ea33abe24abc548c9885ed7893 Mon Sep 17 00:00:00 2001 From: raghav-rama Date: Sun, 15 Dec 2024 18:34:52 +0530 Subject: [PATCH] fix: deploy script --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 591f5fd..4ea69ed 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,3 +30,4 @@ jobs: version_label: ${{ github.sha }} region: ${{ secrets.AWS_REGION }} deployment_package: deploy.zip + use_existing_version_if_available: true