From 2aa5592d3b2f1709cb69fb02402e47bbdeeb4619 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 23 Sep 2020 08:44:37 +0200 Subject: [PATCH] Add settings spec --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1e0ed24..7c54c7d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ Deploy swarm stacks against a SSH based remote docker daemon context. 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). +## Settings + +- **host**: SSH-based docker daemon context +- **deploy_key**: SSH private key part for ssh public key authentication + ## Example ```yaml