auto-deploy-service/config.yml.sample

14 lines
182 B
Plaintext
Raw Normal View History

2021-06-13 14:59:50 +00:00
server:
port: 10230
2021-06-13 15:09:26 +00:00
listens:
- http:
method: get
path: /t
headers: {}
script: /tmp/run.sh
2021-07-02 09:00:18 +00:00
cron_jobs:
- cron_time: '0 1 * * *'
script: /tmp/run.sh