staging now uses selfhost.io

This commit is contained in:
Girish Ramakrishnan 2015-11-04 09:52:41 -08:00
parent d171d1d08c
commit 7d6b59f110
1 changed files with 1 additions and 1 deletions

View File

@ -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) {