Update README.md with instruction

This commit is contained in:
Sibi Prabakaran 2017-08-30 03:29:13 +05:30
parent 72b3784749
commit 08b85c9fe3
No known key found for this signature in database
GPG Key ID: D19E3E0EBB557613

View File

@ -66,6 +66,14 @@ The following parameters are *optional*:
* `vc_action` - Controls if version control related activity should
take place. It defaults to true. When you don't want activity like
cloning, fetching etc. to take place, set this to `false`.
* `run_locally:`- Instructions to run locally on your machine in the
form of shell commands. Example:
```
run_locally:
- pwd
- bash deploy.sh
```
After creating a configuration file as above, deploying is as simple as: