cloudron-e2e-test/deploy.json
Girish Ramakrishnan 5af0984054 Rename to staging
2015-07-28 09:26:57 -07:00

21 lines
594 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": "../keys/ci/ecosystem-staging.json",
"assets": {
"sshKey": "../keys/ci/id_rsa",
"sshPub": "../keys/ci/id_rsa.pub",
"installer": "../installer"
}
}
}
}