More docs: plugin + semver ref
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-23 08:56:27 +02:00
parent 056d53d29d
commit bdeba12004
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 0 deletions

View File

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