2015-07-23 19:02:16 +00:00
|
|
|
{
|
|
|
|
"name": "appstore",
|
|
|
|
"targetPreparationScript": "./prepareDeployTarget.sh",
|
|
|
|
"hasSSL": false,
|
|
|
|
"hasGulp": false,
|
|
|
|
"hasPM2": true,
|
|
|
|
"environments": {
|
2015-07-28 16:26:57 +00:00
|
|
|
"staging": {
|
|
|
|
"tag": "staging",
|
2015-07-23 19:02:16 +00:00
|
|
|
"server": "ci.cloudron.io",
|
|
|
|
"remote": "ssh://ubuntu@ci.cloudron.io/home/ubuntu/app.git",
|
2015-11-14 00:56:57 +00:00
|
|
|
"ecosystem": "../secrets/e2e-test/ecosystem-staging.json",
|
2015-07-23 19:02:16 +00:00
|
|
|
"assets": {
|
2016-06-30 14:26:29 +00:00
|
|
|
"release": "../release",
|
|
|
|
"cloudron": "../cloudron-cli"
|
2015-07-23 19:02:16 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|