diff --git a/VERSION b/VERSION index ac2cdeb..7d2ed7c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.3 +2.1.4 diff --git a/src/jobs/s3.yml b/src/jobs/s3.yml index 5ee28a5..77124c4 100644 --- a/src/jobs/s3.yml +++ b/src/jobs/s3.yml @@ -53,12 +53,14 @@ steps: command: |- npm run <> - # syncs files and invalidates cloud front - aws-cli/setup: - role_session_name: s3 + profile_name: s3_oidc role_arn: "$<>" + + # syncs files and invalidates cloud front - aws-s3/sync: from: <> + profile_name: s3_oidc to: "s3://<>" - run: name: Invalidate index.html and /assets directory in CloudFront