diff --git a/.deployment.config.json b/.deployment.config.json index 82da66e1c3..01a1cce3d7 100644 --- a/.deployment.config.json +++ b/.deployment.config.json @@ -147,6 +147,18 @@ } } }, + { + "id": "deploy-atomic-nightly-to-s3-version", + "s3": { + "disabled": $[IS_NOT_NIGHTLY], + "bucket": "{terraform.infra.infra.bucket_binaries}", + "directory": "proda/StaticCDN/atomic/v$[ATOMIC_MAJOR_VERSION]-nightly", + "source": "packages/atomic/dist/atomic", + "parameters": { + "acl": "public-read" + } + } + }, { "id": "deploy-atomic-minor-storybook-to-s3-version", "s3": { @@ -231,6 +243,18 @@ } } }, + { + "id": "deploy-atomic-hosted-page-nightly-to-s3-version", + "s3": { + "disabled": $[IS_NOT_NIGHTLY], + "bucket": "{terraform.infra.infra.bucket_binaries}", + "directory": "proda/StaticCDN/atomic-hosted-page/v$[ATOMIC_HOSTED_PAGE_MAJOR_VERSION]-nightly", + "source": "packages/atomic-hosted-page/dist", + "parameters": { + "acl": "public-read" + } + } + }, { "id": "invalidate-cloudfront-cache", "terraform": {