Release: weekly deploy
This commit is contained in:
@@ -15,6 +15,7 @@ const env = {
|
||||
PORT: apiPort,
|
||||
APP_ENV: process.env.APP_ENV || 'dev',
|
||||
IMAGE_TAG: process.env.IMAGE_TAG || 'dev-local',
|
||||
APP_VERSION: process.env.APP_VERSION || require('../package.json').version,
|
||||
};
|
||||
|
||||
function run(label, command, args, cwd) {
|
||||
|
||||
Reference in New Issue
Block a user