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
- Host: GitHub
- URL: https://github.com/manuel-di-iorio/git-deploy
- Owner: manuel-di-iorio
- License: mit
- Created: 2020-10-12T11:55:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T11:03:15.000Z (over 3 years ago)
- Last Synced: 2025-01-24T14:22:08.632Z (4 months ago)
- Topics: deploy, git, github, nodejs, proxy, smee, webhook
- Language: JavaScript
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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