Support removing a stack before deploying
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing

This commit is contained in:
decentral1se
2021-06-05 08:33:03 +02:00
parent 563356b8b8
commit 3fb617a797
2 changed files with 18 additions and 1 deletions

View File

@ -20,6 +20,7 @@ This is meant to be used as a [Drone plugin](http://plugins.drone.io/).
- **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
- **rm**: (default: `false`): Remove the stack before deploying it
### Dangerous options, unwise outside CI