Skip to content

Commit

Permalink
chore: Update DOC.md to include public setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
atomdmac committed Mar 23, 2018
1 parent a57c8ca commit 4eda259
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -158,4 +169,4 @@ rules_file
: File that contain set of rules

scale
: Min and Max scaling values
: Min and Max scaling values

0 comments on commit 4eda259

Please sign in to comment.