#Deploy
A quick and simple deployment server.
npm install
- Come up with a secret key (one for all your webhooks), store it as an
environment variable named
WEBHOOK_SECRET_KEY
- Add webhook
http://hostname/post-hook
to your required projects. Set to only send commit events. Don't forget to use the secret key! - Add the repo name to
whitelist.json
, otherwise the server will not accept the webhook request.
-
You can add bespoke versions of npm modules as tarballs in
precompiled-npm
. Any matched modules inoptionalDependencies
ordependencies
will use this tarball instead of fetching from npm. -
Go project support has been added. Please ensure
go
andgodeps
have been installed to/opt/go/bin
.