Skip to content

coderQA/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.

About

Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 79.2%
  • Dockerfile 12.7%
  • Shell 8.1%