Added commit # to server api.

This commit is contained in:
Patrick Fic
2021-05-21 13:47:11 -07:00
parent 47b8d8d8b2
commit 01d9dc9033
2 changed files with 6 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ hooks.js:
module.exports = [
{
path: "/pull",
command: "git pull && npm i",
command: "git pull && yarn && pm2 restart 0",
cwd: "/home/ubuntu/io/",
method: "post",
},