focalboard/server/modd.conf
2020-12-04 16:03:09 +01:00

5 lines
137 B
Plaintext

**/*.go !**/*_test.go {
prep: go build -o ../bin/octoserver ./main
daemon +sigterm: cd .. && ./bin/octoserver $OCTOSERVER_ARGS
}