cloudron-e2e-test/deploy.json

20 lines
540 B
JSON
Raw Normal View History

2015-07-23 19:02:16 +00:00
{
"name": "appstore",
"targetPreparationScript": "./prepareDeployTarget.sh",
"hasSSL": false,
"hasGulp": false,
"hasPM2": true,
"environments": {
"prod": {
"tag": "prod",
"server": "ci.cloudron.io",
"remote": "ssh://ubuntu@ci.cloudron.io/home/ubuntu/app.git",
"ecosystem": "../keys/ci/ecosystem-prod.json",
"assets": {
"sshKey": "../keys/ci/id_rsa",
"sshPub": "../keys/ci/id_rsa.pub"
}
}
}
}