From 1ad59557c5d15bc4907af613f861436e9d599f01 Mon Sep 17 00:00:00 2001 From: Ziga Cernigoj Date: Thu, 26 Oct 2023 11:04:27 +0200 Subject: [PATCH] use correct zappa settings for deploying production --- .github/workflows/deploy_production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_production.yaml b/.github/workflows/deploy_production.yaml index f9426d93..b80f543b 100644 --- a/.github/workflows/deploy_production.yaml +++ b/.github/workflows/deploy_production.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest env: - DEPLOYMENT_NAME: "production-docker" + DEPLOYMENT_NAME: "production" PROD_ECR_REGISTRY: ${{ secrets.PROD_ECR_REGISTRY }} PROD_ECR_REGISTRY_IMAGE: ${{ secrets.PROD_ECR_REGISTRY_IMAGE }}