add that we removed deploy from the after_build hook
This commit is contained in:
parent
8cb0500c0d
commit
4aa98a0035
1 changed files with 5 additions and 0 deletions
|
@ -138,6 +138,11 @@ Default is `false`.
|
||||||
are specific to a deploy method will only be available in
|
are specific to a deploy method will only be available in
|
||||||
`config.rb`.
|
`config.rb`.
|
||||||
|
|
||||||
|
* Removed `deploy` from the `after_build` hook. This caused a
|
||||||
|
`deploy` to be run each time `build` was called. This workflow never
|
||||||
|
made sense. `deploy` was added to the `after_build` hook simply
|
||||||
|
because it was available.
|
||||||
|
|
||||||
## NOTES
|
## NOTES
|
||||||
|
|
||||||
Inspired by the rsync task in
|
Inspired by the rsync task in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue