From 4eda2599f35a134253e1e62adc7a06977e874012 Mon Sep 17 00:00:00 2001 From: Adam Mac Date: Fri, 23 Mar 2018 19:38:36 -0400 Subject: [PATCH] chore: Update DOC.md to include `public` setting. --- DOCS.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/DOCS.md b/DOCS.md index 0a686d0..6f2ea68 100644 --- a/DOCS.md +++ b/DOCS.md @@ -122,6 +122,17 @@ pipeline: + scale: 2 ``` +Example configuration for specifying the `--public` argument for the `now` CLI. + +```diff +pipeline: + now: + image: lucap/drone-now + deploy_name: deployment-name + secrets: [ now_token ] +- scale: 2 ++ public: true +``` # Secret Reference @@ -158,4 +169,4 @@ rules_file : File that contain set of rules scale -: Min and Max scaling values \ No newline at end of file +: Min and Max scaling values