Release: weekly deploy

This commit is contained in:
Danila Khodjaef
2026-07-09 16:03:48 +03:00
parent 0ceb1c1c8c
commit 62096e8210
16 changed files with 169 additions and 38 deletions
+1
View File
@@ -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) {