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

10 lines
189 B
Markdown

## 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