/auto-deploy-webhook

Minimal webserver that deploys code from Github when a webhook is triggered.

Primary LanguageJavaScript

Auto Deploy Webhook

Automatically build projects on your server on trigger event of Github webhook

Getting Started

Edit the config file.

Dependencies

  • Docker

Installing

docker pull trirpi/auto-deploy-webhook:1.0.0

Executing program

docker run -p <port>:8080 trirpi/auto-deploy-webhook:1.0.0

Substitute <port> with the port the service should run on.