Skip to content

Commit

Permalink
🐛fix deploy script (#2742)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaudan authored May 6, 2024
1 parent d3a36d9 commit d1dde49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy/deploy-prod-dc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d1dde49

Please sign in to comment.