All Projects → testdrivenio → django-github-digitalocean

testdrivenio / django-github-digitalocean

Licence: MIT license
Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to django-github-digitalocean

ghaction-cmake
cmake swiss army knife github docker action
Stars: ✭ 19 (-57.78%)
Mutual labels:  github-actions, github-actions-docker
assign-one-project-github-action
Automatically add an issue or pull request to specific GitHub Project(s) when you create and/or label them.
Stars: ✭ 140 (+211.11%)
Mutual labels:  github-actions, github-actions-docker
action-ssh
GitHub Action for executing SSH commands on remote servers
Stars: ✭ 60 (+33.33%)
Mutual labels:  github-actions, github-actions-docker
redis-github-action
Use Redis in GitHub Actions
Stars: ✭ 56 (+24.44%)
Mutual labels:  github-actions, github-actions-docker
intellij-platform-plugin-verifier-action
GitHub Action for executing the intellij-plugin-verifier
Stars: ✭ 20 (-55.56%)
Mutual labels:  github-actions, github-actions-docker
latex-action
GitHub Action to compile LaTeX documents
Stars: ✭ 123 (+173.33%)
Mutual labels:  github-actions, github-actions-docker
bake-action
GitHub Action to use Docker Buildx Bake as a high-level build command
Stars: ✭ 52 (+15.56%)
Mutual labels:  github-actions, github-actions-docker
metadata-action
GitHub Action to extract metadata (tags, labels) from Git reference and GitHub events for Docker
Stars: ✭ 492 (+993.33%)
Mutual labels:  github-actions, github-actions-docker
Github-Android-Action
Android Github Action that builds Android project, runs unit tests and generates debug APK, builds for Github Actions hackathon
Stars: ✭ 29 (-35.56%)
Mutual labels:  github-actions, github-actions-docker
github-action
CLA Assistant GitHub Action
Stars: ✭ 165 (+266.67%)
Mutual labels:  github-actions
actions
GitHub Actions for R-hub
Stars: ✭ 18 (-60%)
Mutual labels:  github-actions
git-tag-action
[GitHub Action] Get ${version} from package.json and git tag ${version} for the repository.
Stars: ✭ 26 (-42.22%)
Mutual labels:  github-actions
mysql-action
GitHub Action to setup a MySQL database
Stars: ✭ 105 (+133.33%)
Mutual labels:  github-actions
package-version-check-action
GitHub Actions to check package version before publish
Stars: ✭ 30 (-33.33%)
Mutual labels:  github-actions
check-spelling
Spelling checker action
Stars: ✭ 139 (+208.89%)
Mutual labels:  github-actions
actions
🧰 Collection of github actions for automation
Stars: ✭ 28 (-37.78%)
Mutual labels:  github-actions
starter-reactnative-nestjs-mysql
Starter mobile ReactNative NestJS MySQL with continuous integration and AWS deployment
Stars: ✭ 16 (-64.44%)
Mutual labels:  github-actions
verify-changed-files
Github action to verify file changes that occur during the workflow execution.
Stars: ✭ 62 (+37.78%)
Mutual labels:  github-actions
action-ansible-playbook
⚙️ A GitHub Action for running Ansible playbooks
Stars: ✭ 133 (+195.56%)
Mutual labels:  github-actions
gitrivy
GitHub Issue + Trivy Action
Stars: ✭ 46 (+2.22%)
Mutual labels:  github-actions

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].