Skip to content

Commit

Permalink
added more config to yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCoder1309 committed Sep 3, 2024
1 parent ad931e3 commit 63fe55d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
aws_access_key: ${{ secrets.AWS_ACCESS_KEY }}
aws_secret_key: ${{ secrets.AWS_SECRET_KEY }}
application_name: docker-gh
environment_name: Dockergh-env
existing_bucket_name: elasticbeanstalk-ap-south-1-992382837996
application_name: frontend
environment_name: Frontend-env
existing_bucket_name: elasticbeanstalk-ap-south-1-992382837996
region: us-east-1
version_label: ${{ github.sha }}
deployment_package: deploy.zip
deployment_package: deploy.zip

0 comments on commit 63fe55d

Please sign in to comment.