dropship
dropship copied to clipboard
Super simple deployment tool
The following dropship config errors out: ``` hcl service "cadabra-api" { sequentialUpdates = true checkInterval = "10s" before "script" { command = "initctl stop cadabra-api" } artifact "rackspace" { bucket...
It would be awesome to be able to run a script after all deployments across machines have finished.
I would like to see the ability to download artifacts from github releases.
_This meant as a planning issue for the new v2 UI additions._ The management and monitoring interface is pretty self explanatory and provides a central ui for all dropship instances...
It would be awesome if we had the ability to rollback the deployment based on the pass or fail of a post-deployment script that can be anything, though in the...
Currently the file hash that is used to check if the remote and local are in sync is stored and memory and should be persisted. I believe this should be...
Currently I am the only active developer on this project and so I have tended not to get crazy with automation initially so I build, test and release somewhat manually...
Currently Consul is only supported for perform sequential updates. would be nice if we could accomplish this with etcd as well.
It would be awesome to be able to validate service definitions.
I think it would be super useful to be able to pull and update docker containers using dropship. it could possibly even reload containers that it detects are running that...