We now use secrets/ instead of keys/ repo

This commit is contained in:
Johannes Zellner 2015-11-29 17:54:27 +01:00
parent 3ad8f97c0e
commit ff9c174170
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ exports = module.exports = {
stripUnreachable: stripUnreachable
};
var gEcosystem = safe.require(path.join(__dirname, '../keys/ci/ecosystem-prod.json'));
var gEcosystem = safe.require(path.join(__dirname, '../secrets/e2e-test/ecosystem-staging.json'));
function cloudronDomain(filename) {
return 't' + path.basename(filename.replace(/-/g,''), 'test.js') + '.selfhost.io';