You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ELAB-partsearch/GitAutoDeploy.conf.json

12 lines
360 B

{
"port": 8084,
"repositories":
[{
"url": "https://git.elab.kth.se/davide/ELAB-partsearch",
"path": "/srv/ELAB-partsearch",
"deploy": "echo Deploying and restarting ELAB-partsearch && git reset --hard && git pull",
"secret-token": "etaeZee5eedie7sah8shaigo"
}]
}