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