Skip to content

testdrivenio/django-github-digitalocean

Repository files navigation

Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions

Configure GitHub Actions to continuously deploy a Django and Docker application to DigitalOcean.

Want to learn how to build this?

Check out the post.

Want to use this project?

Development

Run locally:

$ docker-compose up -d --build

Verify http://localhost:8000/ works as expected:

{
  "hello": "world"
}

CI and Production

See the blog post.