mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-12-29 23:12:58 +03:00
Update README.md with instruction
This commit is contained in:
parent
72b3784749
commit
08b85c9fe3
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user