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-13 23:59:34 +00:00
|
|
|
"ecosystem": "../secrets/ci/ecosystem-staging.json",
|
2015-07-23 19:02:16 +00:00
|
|
|
"assets": {
|
2015-11-13 23:59:34 +00:00
|
|
|
"sshKey": "../secrets/ci/id_rsa",
|
|
|
|
"sshPub": "../secrets/ci/id_rsa.pub",
|
2015-10-12 20:49:26 +00:00
|
|
|
"release": "../release"
|
2015-07-23 19:02:16 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|