auto-deploy-service/config.yml.sample
Jay 9b680530d5
All checks were successful
continuous-integration/drone/push Build is passing
add cron setting
2021-07-02 17:00:18 +08:00

14 lines
182 B
Plaintext

server:
port: 10230
listens:
- http:
method: get
path: /t
headers: {}
script: /tmp/run.sh
cron_jobs:
- cron_time: '0 1 * * *'
script: /tmp/run.sh