diff --git a/.circleci/config.yml b/.circleci/config.yml index 044855b2d..a902a03b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -140,7 +140,7 @@ jobs: region: AWS_REGION - aws-s3/sync: - from: build + from: dist to: "s3://rome-online-production/" arguments: "--exclude '*.map'" @@ -165,7 +165,7 @@ jobs: region: AWS_REGION - aws-s3/sync: - from: build + from: dist to: "s3://promanager-production/" arguments: "--exclude '*.map'"