deploy main to s3

This commit is contained in:
Ruben Fiszel
2023-03-29 17:05:42 +02:00
parent 85e9aa983b
commit 5abd9854ad
+2 -2
View File
@@ -18,8 +18,8 @@ jobs:
- name: "npm build"
timeout-minutes: 5
run:
cd frontend && npm ci && npm run generate-backend-client && npm run
build
cd frontend && npm ci && npm run generate-backend-client &&
NODE_OPTIONS="--max-old-space-size=8192" npm run build
- uses: reggionick/s3-deploy@v3
with: