# Action after push

**URL:** https://forum.gitea.com/t/action-after-push/1380
**Category:** General
**Created:** [August 13, 2019, 11:57am UTC](https://forum.gitea.com/t/action-after-push/1380 "2019-08-13T11:57:05Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![dimmuboy](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.gitea.com/dimmuboy/32/4843_2.png) [@dimmuboy](https://forum.gitea.com/u/dimmuboy)
#### Post date: [August 13, 2019, 11:57am UTC](https://forum.gitea.com/t/action-after-push/1380/1 "2019-08-13T11:57:05Z")

</div>

Is there any way to make an action on background after push new commit on server? I need to automatically creating nupkg package when content of repository is changed.

---

<div class="post-metadata">

### Author: ![lafriks](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.gitea.com/lafriks/32/3004_2.png) [@lafriks](https://forum.gitea.com/u/lafriks)
#### Post date: [August 13, 2019, 5:15pm UTC](https://forum.gitea.com/t/action-after-push/1380/2 "2019-08-13T17:15:40Z")

</div>

You can use webhook to trigger Jenkins build job or use drone ci that integrates with Gitea nicely and automatically adds webhook when you enable repository building in drone ci. Works quite nice for me building nuget packages this way
