django-github-digitalocean
django-github-digitalocean copied to clipboard
Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions
Bumps [django](https://github.com/django/django) from 3.2.4 to 3.2.18. Commits 722e9f8 [3.2.x] Bumped version for 3.2.18 release. a665ed5 [3.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. 932b5bd [3.2.x] Added stub...
It seems like best practice is to explicitly tag an image using :_latest_. This is currently missing from the workflow for web and nginx: https://github.com/testdrivenio/django-github-digitalocean/blob/master/.github/workflows/main.yml#L45 Tagging like this is done...
Suggestion to consider adding a note or ideas for monitoring and handling running up on memory and disk space limitations with this setup over time. I have been using some...