Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 683 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 683 Bytes

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.