dropship icon indicating copy to clipboard operation
dropship copied to clipboard

Super simple deployment tool

Results 10 dropship issues
Sort by recently updated
recently updated
newest added

The following dropship config errors out: ``` hcl service "cadabra-api" { sequentialUpdates = true checkInterval = "10s" before "script" { command = "initctl stop cadabra-api" } artifact "rackspace" { bucket...

bug
help wanted
Hacktoberfest
good first issue

It would be awesome to be able to run a script after all deployments across machines have finished.

enhancement
help wanted
Hacktoberfest
good first issue

I would like to see the ability to download artifacts from github releases.

enhancement
help wanted
Hacktoberfest
good first issue

_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...

enhancement
proposal
Hacktoberfest

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...

enhancement
Hacktoberfest

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...

enhancement
help wanted
Hacktoberfest

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...

enhancement

Currently Consul is only supported for perform sequential updates. would be nice if we could accomplish this with etcd as well.

enhancement
help wanted

It would be awesome to be able to validate service definitions.

enhancement
help wanted

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...

enhancement
help wanted