https://github.com/syuji-higa/github-webhook
Auto deploy with GitHub web hook.
https://github.com/syuji-higa/github-webhook
github nodejs
Last synced: 12 months ago
JSON representation
Auto deploy with GitHub web hook.
- Host: GitHub
- URL: https://github.com/syuji-higa/github-webhook
- Owner: syuji-higa
- Created: 2018-01-26T02:00:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T02:01:17.000Z (over 8 years ago)
- Last Synced: 2025-05-18T09:38:54.696Z (about 1 year ago)
- Topics: github, nodejs
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub WebHook
## 開発起動
```bash
$ HOSTNAME=localhost PORT=8080 node app/main.js
```
## テスト
### push
```bash
$ bash sh/post_push.sh
```
### delete
```bash
$ bash sh/post_delete.sh
```
## 機能
### push 時にオートデプロイ
events: Push
### ブランチ削除時に対応したブランチのディレクトリを削除
events: Delete
### リポジトリ削除時に全ブランチのディレクトリを削除
events: Repository