Configure GitHub Actions to continuously deploy a Django and Docker application to DigitalOcean.
Check out the post.
Run locally:
$ docker-compose up -d --build
Verify https://localhost:8000/ works as expected:
{
"hello": "world"
}
See the blog post.