cloudron-e2e-test/deploy.json

22 lines
728 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": {
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": {
"release": "../release",
2017-02-07 10:34:33 +00:00
"cloudron": "../cloudron-cli",
"id_rsa_e2e_selfhost": "../secrets/e2e-test/ssh/id_rsa_e2e_selfhost",
"id_rsa_e2e_selfhost.pub": "../secrets/e2e-test/ssh/id_rsa_e2e_selfhost.pub"
2015-07-23 19:02:16 +00:00
}
}
}
}