# webhook **Repository Path**: it235/webhook ## Basic Information - **Project Name**: webhook - **Description**: gitee的webhooks调用shell脚本自动触发 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-07-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webhook #### 介绍 gitee的webhooks调用shell脚本自动触发 #### 软件架构 - 启动 nohup java -Dspring.profiles.active=prod -jar webhook-0.0.1-SNAPSHOT.jar > release_out.log & - 关闭 ps aux | grep webhook | grep -v "grep" | awk '{print "kill -9 "$2}' | sh #### webhooks调用 https://xxx.com/webhook/auto