We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5197b commit 758801fCopy full SHA for 758801f
.github/workflows/deploy.yaml
@@ -18,6 +18,8 @@ jobs:
18
- name: Deploy to Elastic Beanstalk
19
uses: einaregilsson/beanstalk-deploy@v18
20
with:
21
+ aws_access_key: ${{ secrets.AWS_ACCESS_KEY }}
22
+ aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
23
application_name: Docker-Course
24
environment_name: Docker-Course-env
25
existing_bucket_name: elasticbeanstalk-us-east-2-767828742387
0 commit comments