staging now uses selfhost.io
This commit is contained in:
parent
d171d1d08c
commit
7d6b59f110
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user