├── .gitignore ├── LICENSE ├── README.md └── gitlab-webhook.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinodc/gitlab-webhook-branch-deployer/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinodc/gitlab-webhook-branch-deployer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinodc/gitlab-webhook-branch-deployer/HEAD/README.md -------------------------------------------------------------------------------- /gitlab-webhook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinodc/gitlab-webhook-branch-deployer/HEAD/gitlab-webhook.py --------------------------------------------------------------------------------