From b3439b237793a0b9116602cbd6d854e6d45c81a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EA=B1=B4=EC=A3=BC?= Date: Thu, 19 Dec 2024 08:19:16 +0900 Subject: [PATCH] env updated --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5ac2fae..9dcadc2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: docker build -t $ECR_REGISTRY/community-frontend:latest -f frontend/dockerfile ./frontend docker push $ECR_REGISTRY/community-frontend:latest - - name: Deploy Backend to Elastic Beanstalk + - name: Deploying Backend to Elastic Beanstalk uses: einaregilsson/beanstalk-deploy@v21 with: aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }} @@ -47,7 +47,7 @@ jobs: deployment_package: backend/Dockerrun.aws.json wait_for_environment_recovery: 300 - - name: Deploy Frontend to Elastic Beanstalk + - name: Deploying Frontend to Elastic Beanstalk uses: einaregilsson/beanstalk-deploy@v21 with: aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}