diff --git a/GitAutoDeploy.conf.json b/GitAutoDeploy.conf.json new file mode 100644 index 0000000..9661c71 --- /dev/null +++ b/GitAutoDeploy.conf.json @@ -0,0 +1,10 @@ +{ + "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" + }] +} +