diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5ac2fae..6c818ed 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 }}