We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5ee0b commit aaac0bcCopy full SHA for aaac0bc
README.md
@@ -17,15 +17,19 @@ whitelisted_clients:
17
- 127.0.0.1
18
19
routes:
20
- - path: /foo
21
- cmd: echo foo
22
-
23
- - path: /bar
24
- cmd: echo bar
25
26
- path: /uptime
27
cmd: uptime
28
+ - path: /tail/systemd
+ cmd: grep systemd /var/log/syslog | tail -n 50
+
+ - path: /deploy
+ cmd: |
+ cd /srv/webapp
29
+ git pull
30
+ ./script/start-app
31
32
33
```
34
35
0 commit comments