This commit is contained in:
Girish Ramakrishnan 2015-11-13 16:56:57 -08:00
parent fd3e3b65c3
commit dc509c6031

View File

@ -9,10 +9,10 @@
"tag": "staging",
"server": "ci.cloudron.io",
"remote": "ssh://ubuntu@ci.cloudron.io/home/ubuntu/app.git",
"ecosystem": "../secrets/ci/ecosystem-staging.json",
"ecosystem": "../secrets/e2e-test/ecosystem-staging.json",
"assets": {
"sshKey": "../secrets/ci/id_rsa",
"sshPub": "../secrets/ci/id_rsa.pub",
"sshKey": "../secrets/e2e-test/id_rsa",
"sshPub": "../secrets/e2e-test/id_rsa.pub",
"release": "../release"
}
}