From dae01492e27429a38066f1ad9d7773731f4083ce Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sun, 27 Sep 2020 21:20:17 +0200 Subject: [PATCH] Add network documentation [ci skip] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6102085..d94f56e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This is meant to be used as a [Drone plugin](http://plugins.drone.io/). - **host** (default: `swarm.autonomic.zone`): Host to deploy to (don't include `ssh://`) - **port** (default: `222`): SSH port to connect to - **user** (default: `drone`): System user to connect via SSH with +- **networks** (default:): Try and auto-create these networks first ### Dangerous options, unwise outside CI @@ -41,6 +42,11 @@ steps: stack: mystack deploy_key: from_secret: drone_deploy_key + networks: + - proxy + - mail + environment: + DOMAIN: test.example.com ``` ## Publishing