1
0
Fork 0
deploying-rails-app/slides/how-this-works.md

10 lines
189 B
Markdown
Raw Normal View History

2016-03-08 21:34:06 -05:00
## How this Works?
* git hook
* `post-receive` hook
* script that completes tasks
note:
- Hooks run based on events in git. Many others are useful like pre-commit for
running linters