Add network documentation
[ci skip]
This commit is contained in:
		| @ -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://`) | - **host** (default: `swarm.autonomic.zone`): Host to deploy to (don't include `ssh://`) | ||||||
| - **port** (default: `222`): SSH port to connect to | - **port** (default: `222`): SSH port to connect to | ||||||
| - **user** (default: `drone`): System user to connect via SSH with | - **user** (default: `drone`): System user to connect via SSH with | ||||||
|  | - **networks** (default:): Try and auto-create these networks first | ||||||
|  |  | ||||||
| ### Dangerous options, unwise outside CI | ### Dangerous options, unwise outside CI | ||||||
|  |  | ||||||
| @ -41,6 +42,11 @@ steps: | |||||||
|       stack: mystack |       stack: mystack | ||||||
|       deploy_key: |       deploy_key: | ||||||
|         from_secret: drone_deploy_key |         from_secret: drone_deploy_key | ||||||
|  |       networks: | ||||||
|  |         - proxy | ||||||
|  |         - mail | ||||||
|  |       environment: | ||||||
|  |         DOMAIN: test.example.com | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ## Publishing | ## Publishing | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user