19 lines
501 B
JSON
19 lines
501 B
JSON
{
|
|
"name": "appstore",
|
|
"targetPreparationScript": "./prepareDeployTarget.sh",
|
|
"hasSSL": false,
|
|
"hasGulp": false,
|
|
"hasPM2": true,
|
|
"environments": {
|
|
"staging": {
|
|
"tag": "staging",
|
|
"server": "ci.cloudron.io",
|
|
"remote": "ssh://ubuntu@ci.cloudron.io/home/ubuntu/app.git",
|
|
"ecosystem": "../secrets/e2e-test/ecosystem-staging.json",
|
|
"assets": {
|
|
"release": "../release"
|
|
}
|
|
}
|
|
}
|
|
}
|