diff --git a/common.js b/common.js index 7431e33..d22afde 100644 --- a/common.js +++ b/common.js @@ -22,7 +22,7 @@ exports = module.exports = { var gEcosystem = safe.require(path.join(__dirname, '../keys/ci/ecosystem-prod.json')); function cloudronDomain(filename) { - return 't' + path.basename(filename.replace(/-/g,''), 'test.js') + '.smartserver.io'; + return 't' + path.basename(filename.replace(/-/g,''), 'test.js') + '.selfhost.io'; } function stripUnreachable(releases) {