From 1b4a521f046e140e4aaf3b55a18f0ca2303353c8 Mon Sep 17 00:00:00 2001 From: Bastien Caudan Date: Mon, 6 May 2024 11:03:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9Bfix=20deploy=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy/deploy-prod-dc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy/deploy-prod-dc.js b/scripts/deploy/deploy-prod-dc.js index 6a95918fda..5181df3017 100644 --- a/scripts/deploy/deploy-prod-dc.js +++ b/scripts/deploy/deploy-prod-dc.js @@ -16,8 +16,8 @@ const withGateMonitors = process.argv[4] === 'true' runMain(async () => { command`node ./scripts/deploy/check-monitors.js ${uploadPath}`.withLogs().run() - command`node ./scripts/deploy/deploy.js prod v${version} ${uploadPath}`.withLogs().run() - command`node ./scripts/deploy/upload-source-maps.js prod v${version} ${uploadPath}`.withLogs().run() + command`node ./scripts/deploy/deploy.js prod ${version} ${uploadPath}`.withLogs().run() + command`node ./scripts/deploy/upload-source-maps.js ${version} ${uploadPath}`.withLogs().run() if (withGateMonitors && uploadPath !== 'root') { await gateMonitors(uploadPath)