Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/substance/webhook-tasks
A custom service which builds API docs et. al. triggered by github webhooks.
https://github.com/substance/webhook-tasks
Last synced: about 2 months ago
JSON representation
A custom service which builds API docs et. al. triggered by github webhooks.
- Host: GitHub
- URL: https://github.com/substance/webhook-tasks
- Owner: substance
- Created: 2015-10-10T19:32:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T18:40:10.000Z (about 9 years ago)
- Last Synced: 2024-04-15T12:47:35.047Z (9 months ago)
- Language: Shell
- Size: 262 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to install deploy keys
1. Generate a pair
```
ssh-keygen -t rsa -C "[email protected]"
```
Save the key as `heroku_id_rsa` in the local folder.2. Register the public key as deploy key for `substance/docs` repository.
3. Run `configure.sh`
4. Set a heroku variable GITHUB_SECRET containing the secret configured in the webhook.