README.md in shuttle-deploy-0.2.0 vs README.md in shuttle-deploy-0.2.1

- old
+ new

@@ -320,11 +320,25 @@ To run in debug mode, add `-d` flag: ``` shuttle deploy -d ``` +## Hooks +List of all available hooks that you can use to run custom commands: + +- `before_setup` - Before base application directories are created +- `after_setup` - After application directories are created +- `before_checkout_code` - Before code update (git pull, etc) +- `after_checkout_core` - After code has been updated +- `before_link_release` - Before linking release +- `after_link_release` - After release has been linked +- `before_rollback` - Before rollback operation +- `after_rolback` - After rollback operation + +Each hook could include one or many bash commands. + ## Rollback In case if you want to revert latest deploy, run: ``` @@ -358,23 +372,8 @@ bundle exec rake test ``` ## License -Copyright (c) 2012-2013 Dan Sosedoff. +The MIT License -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +Copyright (c) 2012-2014 Dan Sosedoff