Skip to content

Commit 758801f

Browse files
author
smaragda.prasianaki
committed
update deployment file with secrets
1 parent bd5197b commit 758801f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- name: Deploy to Elastic Beanstalk
1919
uses: einaregilsson/beanstalk-deploy@v18
2020
with:
21+
aws_access_key: ${{ secrets.AWS_ACCESS_KEY }}
22+
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2123
application_name: Docker-Course
2224
environment_name: Docker-Course-env
2325
existing_bucket_name: elasticbeanstalk-us-east-2-767828742387

0 commit comments

Comments
 (0)