Skip to content

Commit

Permalink
Add note on deployment to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bbliem committed May 30, 2022
1 parent 7fbb915 commit 8deca87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**Kausal-specific notes:**
At the moment, the config is updated by editing `config.json` and then manually deploying the webhook service by
building the image with `docker build -t docker.kausal.tech/docker-deploy-webhook`, pushing it with
`docker push docker.kausal.tech/docker-deploy-webhook` and then running the Ansible playbook `docker-registry.yml`.

# Docker Deploy Webhook

A web service for automated deployment of releases from Docker Hub to a Docker Swarm, triggered by a Docker Hub webhook (which can in turn be triggred by pushing to GitHub).
Expand Down

0 comments on commit 8deca87

Please sign in to comment.