Exclude source map upload in CI.

This commit is contained in:
Patrick Fic
2024-01-30 13:25:48 -08:00
parent b706b96d32
commit ce6940629d

View File

@@ -57,6 +57,7 @@ jobs:
- aws-s3/sync:
from: build
to: "s3://imex-online-production/"
arguments: "--exlcude '*.map'"
- jira/notify
test-hasura-migrate:
@@ -97,6 +98,7 @@ jobs:
- aws-s3/sync:
from: build
to: "s3://imex-online-test/"
arguments: "--exlcude '*.map'"
- jira/notify
admin-app-build: