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-07-28 16:26:57 +00:00
|
|
|
"ecosystem": "../keys/ci/ecosystem-staging.json",
|
2015-07-23 19:02:16 +00:00
|
|
|
"assets": {
|
|
|
|
"sshKey": "../keys/ci/id_rsa",
|
2015-07-23 20:09:10 +00:00
|
|
|
"sshPub": "../keys/ci/id_rsa.pub",
|
|
|
|
"installer": "../installer"
|
2015-07-23 19:02:16 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|