Summary: Add some jenkins scripts so it's possible to deploy the app easily Hotfix Test Plan: tbd Reviewers: #reviewers Differential Revision: https://hub.sealcode.org/D1062
9 lines
263 B
JSON
9 lines
263 B
JSON
{
|
|
"phabricator.uri": "https://hub.sealcode.org/",
|
|
"arc.land.onto.default": "hotwire",
|
|
"load": ["arcanist-linters", "arc-unit-mocha/src"],
|
|
"unit.engine": "MochaEngine",
|
|
"unit.mocha.include": ["./lib/**/*.test.js"],
|
|
"unit.mocha.dockerRoot": "/opt/sealious"
|
|
}
|