listens for git webhooks and runs bash scripts when they arrive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
578 B

# PORT only listens on localhost
#PORT=4483
# LISTEN lets you choose the interface also
#LISTEN=0.0.0.0:4483
# List promotions in descending order
PROMOTIONS="production staging master"
# Log dir
LOG_DIR=./logs
# Whether to trust X-Forward-* headers
TRUST_PROXY=false
# These repos will be trusted to run .gitdeploy/deploy.sh
#TRUST_REPOS=git.example.com/org/project,git.example.com/org/other-project
# List your various webhook secrets
#GITHUB_SECRET=xxxxxxxxxxxxxxxxxxxxxx,yyyyyyyyyyyyyyyyyy
#GITEA_SECRET=xxxxxxxxxxxxxxxxxxxxxx
#BITBUCKET_SECRET=xxxxxxxxxxxxxxxxxxxxxx