Skip to content

Commit

Permalink
env updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bakgom123 committed Dec 18, 2024
1 parent 25f84d4 commit b3439b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit b3439b2

Please sign in to comment.