site/config.json

15 lines
331 B
JSON

{
"email": {
"from": "amcclure@summit.tildex.com",
"to": "amcclure@summit.tildex.com"
},
"endpoints": [
{
"repo": "SummitTilde/site",
"branch": "master",
"action": "something has been changed on the server",
"run": "./update.sh"
}
]
}