Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```