An open API service indexing awesome lists of open source software.

https://github.com/manuel-di-iorio/git-deploy

Automatically execute a deploy script by running a Node.js server that listens to a Github/Bitbucket webhook. Also works behind VPN/firewalls through a Smee.io outbound proxy
https://github.com/manuel-di-iorio/git-deploy

deploy git github nodejs proxy smee webhook

Last synced: 3 months ago
JSON representation

Automatically execute a deploy script by running a Node.js server that listens to a Github/Bitbucket webhook. Also works behind VPN/firewalls through a Smee.io outbound proxy

Awesome Lists containing this project

README

        

# GIT Deploy

Automatically execute a deploy script by running a Node.js server that listens to a Github webhook. Also works behind VPN/firewalls through a Smee.io outbound proxy

## Install

```bash
npm install
```

# Start

```bash
npm start
```

## Configuration

Create an .env file with your configurations from the default.env

## Run

```bash
$ node index.js
```

---

## Webhooks Guide

https://docs.github.com/webhooks/

https://support.atlassian.com/bitbucket-cloud/docs/manage-webhooks/

## License

MIT