yrxwin / homedna

House DNA

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

House DNA


Languages

Language:Python 84.4%Language:Dockerfile 6.7%Language:HTML 5.9%Language:Shell 2.5%Language:CSS 0.5%