You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`S3_BUCKET_NAME` is your AWS S3 bucket name where should be uploaded zip files. Bucket should be created in advance.
17
+
18
+
[How to create S3 bucket?](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-bucket.html)
19
+
20
+
`EB_APPLICATION_NAME` is your AWS Elastic Beanstalk application name. It should be created in advance.
21
+
22
+
### Secrets
23
+
24
+
`AWS_ACCESS_KEY` and `AWS_SECRET_KEY` should be added as the secrets with the values of your AWS user's access and secret keys. AWS user should have accesses to the AWS S3 and AWS Elastic Beanstalk.
25
+
26
+
[How to create AWS Elastic Beanstalk](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/applications.html)
0 commit comments