From 4aa98a0035690419a9ab7d05650589e4d7550ea8 Mon Sep 17 00:00:00 2001 From: Tom Vaughan Date: Tue, 16 Jul 2013 22:02:26 -0400 Subject: [PATCH] add that we removed deploy from the after_build hook --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 333766c..43d3613 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,11 @@ Default is `false`. are specific to a deploy method will only be available in `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 Inspired by the rsync task in