mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 09:51:14 +03:00
13 lines
237 B
JSON
13 lines
237 B
JSON
|
{
|
||
|
"paths": ["."],
|
||
|
"depth": 2,
|
||
|
"exclude": [],
|
||
|
"include": ["\\.go$", "\\.ini$"],
|
||
|
"command": [
|
||
|
"bash", "-c", "go build && ./gogs web"
|
||
|
],
|
||
|
"env": {
|
||
|
"POWERED_BY": "github.com/shxsun/fswatch"
|
||
|
}
|
||
|
}
|