diff --git a/README.md b/README.md index 7010597..37b2ebe 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Deploy swarm stacks against a SSH based remote docker daemon context. +This is meant to be used as a [Drone plugin](http://plugins.drone.io/). + ## Settings - **stack**: Name of the stack to be deployed @@ -29,4 +31,6 @@ steps: ## Publishing +The version can be bumped in the [.drone.yml](./.drone.yml) file. Please use [semver](https://semver.org). + If you push a commit to master, the [Drone config](./.drone.yml) will publish to [Docker Hub](https://hub.docker.com/r/decentral1se/stack-ssh-deploy).