Jay
8172a0b622
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #4 |
||
---|---|---|
cmd/svc | ||
contrib/systemd | ||
pkg | ||
.drone.yml | ||
.gitignore | ||
config.yml.sample | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md |
auto-deploy-service
Config struct
server:
port: 10230 # server listen port
listens:
- http:
method: get # http method only support get and post
path: /test # http register path
headers: # header check map[string]string
x-validate-key: '123'
script: /tmp/run.sh # script location required execute permission
- http:
method: post
path: /test-post
headers: {}
script: /tmp/run.sh