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

189 B

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