CI changes.

This commit is contained in:
Patrick Fic
2024-03-27 08:59:46 -07:00
parent bf5d1b69d4
commit 090c55fb3d

View File

@@ -146,7 +146,7 @@ jobs:
test-rome-hasura-migrate: test-rome-hasura-migrate:
docker: docker:
- image: cimg/node:16.15.0 - image: cimg/node:18.18.2
parameters: parameters:
secret: secret:
type: string type: string
@@ -179,14 +179,14 @@ jobs:
- run: npm run build:test:rome - run: npm run build:test:rome
- aws-s3/sync: - aws-s3/sync:
from: build from: dist
to: "s3://rome-online-test/" to: "s3://rome-online-test/"
arguments: "--exclude '*.map'" arguments: "--exclude '*.map'"
test-hasura-migrate: test-hasura-migrate:
docker: docker:
- image: cimg/node:16.15.0 - image: cimg/node:18.18.2
parameters: parameters:
secret: secret:
type: string type: string
@@ -245,7 +245,7 @@ jobs:
region: AWS_REGION region: AWS_REGION
- aws-s3/sync: - aws-s3/sync:
from: build from: dist
to: "s3://imex-online-test-beta/" to: "s3://imex-online-test-beta/"
arguments: "--exclude '*.map'" arguments: "--exclude '*.map'"