update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-06-27 13:00:06 -07:00
parent 28b59ad34f
commit b3641cc4d1
1 changed files with 4 additions and 0 deletions

View File

@ -326,4 +326,8 @@ To git.static-sammy.com:sammy/static-sammy.com.git
8eed10f..95cde6f main -> main
```
When you visit your page in the browser, you should see your now congratulations message displayed.
## Conclusion
In this tutorial, you learned how to use Git hooks in Gitea. While you used the `post-receive` hook to deploy a static website, there are many available hooks that can help you accomplish a wide variety of tasks during your Git workflow. For more information on these hooks, the Git manual has [an in-depth chapter](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) on using them.