From bdeba120042695214bd3ddb50019450f2deff411 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 23 Sep 2020 08:56:27 +0200 Subject: [PATCH] More docs: plugin + semver ref --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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).