module.exports = {
run: [{
method: "shell.run",
params: {
message: "git pull"
}
}, {
method: "shell.run",
params: {
message: "git reset --hard HEAD",
path: "app"
}
}, {
method: "shell.run",
params: {
path: "app",
message: "git pull"
}
}]
}