1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-26 23:10:47 +02:00
Files
oncall/Procfile
Qingping Hou 273a1d00a6 add user guide
2017-05-20 10:57:17 -07:00

4 lines
183 B
Plaintext

web: oncall-dev ./configs/config.yaml --skip-build-assets
assets: build_assets watch
doc: bash -c 'cd docs && sphinx-autobuild -H 0.0.0.0 -p ${PORT} --ignore '*~' source build/html/'