Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: add NODE_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Dec 9, 2021
1 parent 3da03a1 commit 2e81b13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
productionNamespace: fabrique
rancherId: ${{ secrets.RANCHER_PROJECT_ID }}
socialgouvBaseDomain: ${{ secrets.SOCIALGOUV_BASE_DOMAIN }}
env:
NODE_OPTIONS: '--max_old_space_size=4096'

- name: Use autodevops deployment
uses: SocialGouv/actions/autodevops-deploy@v1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
environment: dev
rancherId: ${{ secrets.RANCHER_PROJECT_ID }}
socialgouvBaseDomain: ${{ secrets.SOCIALGOUV_BASE_DOMAIN }}
env:
NODE_OPTIONS: '--max_old_space_size=4096'

##############################################################################
## DEPLOY APPLICATION OVER KUBERNETES
Expand Down

0 comments on commit 2e81b13

Please sign in to comment.