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

https://github.com/sqlwwx/deployer


https://github.com/sqlwwx/deployer

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# usage

```
deployer deploy.json
```

## config

deply.json
```
{
"bind": ":3000",
"items": [{
"id": "zbne-bizlive_bizlive-corp-web_test",
"secret": "mysecret",
"script": "./deploy.sh",
"scriptDir": "/home/wwx/project/webstore/bizlive-corp-web/"
}]
}
```