Skip to content

Commit

Permalink
Update README to add deploy_only usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
komazarari committed Jun 23, 2015
1 parent cb6f838 commit 2b291df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ And set regular capistrano options. To deploy staging:
$ bundle exec cap staging deploy
```

Or to skip download & extruct archive and deploy local files:
```
$ bundle exec cap staging deploy_only
```


### Configuration
Set parameters with `set :key, value`.

Expand Down

0 comments on commit 2b291df

Please sign in to comment.