Add network documentation

[ci skip]
This commit is contained in:
3wc 2020-09-27 21:20:17 +02:00
parent d4ea740256
commit dae01492e2
1 changed files with 6 additions and 0 deletions

View File

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