django-aws-eb-deploy
django-aws-eb-deploy copied to clipboard
This is a GitHub action for automated deployment of Django projects to aws elastic beanstalk.
Bumps [django](https://github.com/django/django) from 2.2.20 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...
**Is your feature request related to a problem? Please describe.** Workflow fails with long deployments because the `eb deploy` command's timeout expires **Describe the solution you'd like** I suggest to...
Hey @Joel-hanson, I have a couple of Django projects I would love to deploy to AWS but I have never actually used AWS. It would be awesome if you could...
Getting the below error **ERROR: failed to solve: process "/bin/sh -c apt-get -y update && apt-get -y install software-properties-common postgresql-9.3 postgresql-client-9.3 postgresql-contrib-9.3" did not complete successfully: exit code: 100** I...