Skip to content

Commit

Permalink
Merge branch 'master' into release-0.9.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald authored Feb 8, 2019
2 parents a91a670 + 1b96d23 commit 0b83664
Show file tree
Hide file tree
Showing 15 changed files with 232 additions and 134 deletions.
4 changes: 2 additions & 2 deletions examples/vote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ In a separate tab, open http://result.local.app.garden. The results there will r
Hot-reloading needs to be enabled per service when starting `garden deploy` or `garden dev`:

```sh
garden dev --hot-reload=vote
# OR garden deploy -w --hot-reload=vote
garden dev --hot=vote
# OR garden deploy --hot=vote
```

Then try making a change to one of the source files in the `vote` service, to see it synchronize into the
Expand Down
Loading

0 comments on commit 0b83664

Please sign in to comment.