testdrivenio / django-github-digitalocean

Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 81.0%Language:Dockerfile 11.6%Language:Shell 7.4%