diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 948171c..b699064 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -21,8 +21,8 @@ jobs: with: aws_access_key: ${{ secrets.AWS_ACCESS_KEY }} aws_secret_key: ${{ secrets.AWS_SECRET_KEY }} - application_name: frontend - environment_name: Frontend-env + application_name: "React Frontend" + environment_name: ReactFrontend-env existing_bucket_name: elasticbeanstalk-ap-south-1-443370700977 region: ap-south-1 version_label: ${{ github.sha }}