Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dapplion/dappnode-watchgit
Watches a git repository of a DNP and builds it again when it detects changes
https://github.com/dapplion/dappnode-watchgit
Last synced: about 19 hours ago
JSON representation
Watches a git repository of a DNP and builds it again when it detects changes
- Host: GitHub
- URL: https://github.com/dapplion/dappnode-watchgit
- Owner: dapplion
- License: mit
- Created: 2019-01-28T08:02:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T16:49:15.000Z (over 4 years ago)
- Last Synced: 2024-12-28T06:48:28.393Z (10 days ago)
- Language: JavaScript
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dappnode-watchgit
Watches a git repository of a DNP and builds it again when it detects changes
## Methodology
Calls the commits endpoint of the github API to retrieve the latest commit
```
https://api.github.com/repos/dappnode/DNP_VPN/commits/open_ports_script
```If there is a change in the commit sha, it builds the project again.
There must exist a config file with the format
```
repo-name:branch-name
dappmanager:detectFs
```