Skip to content

Commit

Permalink
ci🐇: set concurrency 4 for prod deployments (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas authored Aug 16, 2024
1 parent 9dbcdd3 commit 060c233
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/fprd-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ jobs:
- name: 'Deploy affected apps to Fusion PROD'
shell: bash
env:
#Runs out of memory when bundling more apps otherwise even though concurrency is 1
NODE_OPTIONS: '--max_old_space_size=4096'
run: npx turbo run fprd:deploy --filter=...[HEAD^] --concurrency 1 -- --token ${{ steps.get-fusion-token.outputs.token }} --ai '${{secrets.ai}}' --modelViewerConfig '${{vars.modelViewerConfig}}' --sha '${{github.sha}}'
NODE_OPTIONS: "--max_old_space_size=12288"
run: npx turbo run fprd:deploy --filter=...[HEAD^] --concurrency 4 -- --token ${{ steps.get-fusion-token.outputs.token }} --ai '${{secrets.ai}}' --modelViewerConfig '${{vars.modelViewerConfig}}' --sha '${{github.sha}}'

0 comments on commit 060c233

Please sign in to comment.