fix: refs #7229 update default environment
gitea/salix/pipeline/pr-dev This commit looks good
Details
gitea/salix/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
ca1ccff10b
commit
9da5b4ecda
|
@ -26,7 +26,7 @@ module.exports = function(Self) {
|
||||||
fields: ['appName', 'url'],
|
fields: ['appName', 'url'],
|
||||||
where: {
|
where: {
|
||||||
appName: {inq: appNames},
|
appName: {inq: appNames},
|
||||||
environment: process.env.NODE_ENV ?? 'development',
|
environment: process.env.NODE_ENV ?? 'dev',
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue