mirror of
https://github.com/pinokiofactory/flux-webui.git
synced 2024-10-05 23:57:57 +03:00
9 lines
107 B
JavaScript
9 lines
107 B
JavaScript
module.exports = {
|
|
run: [{
|
|
method: "shell.run",
|
|
params: {
|
|
message: "git pull"
|
|
}
|
|
}]
|
|
}
|