Skip to content

whole-tale/autodeploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autodeployment service for docker swarm

This application allows to automatically update swarm services, whenever a new image is built/pushed to the Docker Hub.

Example

Application assumes that the access is secured with a token, which is passed via path argument.

# If Docker Hub webhook is pointed to:
#   https://deploy.example.app/?token=my_secret_token

$ export HUB_TOKEN=my_secret_token
$ python app.py

Todo

  • Add tests
  • Integrate with CirceCI

Releases

No releases published

Packages

No packages published

Languages