joel-hanson/AWS Elastic beanstalk django deployment

Github action for deploying the Django project to Elastic beanstalk after running some basic continuous integrations.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
flake8Do we need to run flake8 linting?yestrue
flake8_config_fileThe flake8 config path relative to the github repository (this requires input flake8 to be true)no.flake8
python_versionVersion range or exact version of a Python version to use, using SemVer's version range syntax.yes3.7.17
aws_access_key_idThe AWS access keyyes
aws_secret_access_keyThe AWS secret access keyyes
django_pathThis is the path at which the your django project is located in you github repono.
unit_testingWhether to run unit testsnofalse
min_coverageMinimum code coverage requiredno0
deployDeploy to AWS Elastic beanstalkyestrue
postgresql_requiredRun unit tests with postgresqlnofalse
security_checkSecurity oriented static analyser for python code using banditnofalse

no outputs