Allow specify project title in webhook request
This commit is contained in:
parent
08e3b564b9
commit
eca63d81e2
2 changed files with 21 additions and 3 deletions
|
|
@ -17,6 +17,13 @@ Installation
|
|||
#!/bin/sh
|
||||
|
||||
PROJECT_ID=1
|
||||
|
||||
# You can use the project title instead of the id:
|
||||
# PROJECT_ID=my_project_title
|
||||
|
||||
# If the names of the repository and the project match:
|
||||
# PROJECT_ID=`basename \`pwd\` | sed 's#\.git$##'`
|
||||
|
||||
APP_URL="http://my.server.com/php-censor/"
|
||||
|
||||
trigger_hook() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue