Skip to content

Commit

Permalink
chore: add missing nightly target (#4872)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart authored Jan 20, 2025
1 parent b7be913 commit 57167b2
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .deployment.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -159,6 +171,18 @@
}
}
},
{
"id": "deploy-atomic-nightly-storybook-to-s3-version",
"s3": {
"disabled": $[IS_NOT_NIGHTLY],
"bucket": "{terraform.infra.infra.bucket_binaries}",
"directory": "proda/StaticCDN/atomic/v$[ATOMIC_MAJOR_VERSION]-nightly/storybook",
"source": "packages/atomic/dist-storybook",
"parameters": {
"acl": "public-read"
}
}
},
{
"id": "deploy-atomic-react-patch-to-s3-version",
"s3": {
Expand Down Expand Up @@ -195,6 +219,18 @@
}
}
},
{
"id": "deploy-atomic-react-nightly-to-s3-version",
"s3": {
"disabled": $[IS_NOT_NIGHTLY],
"bucket": "{terraform.infra.infra.bucket_binaries}",
"directory": "proda/StaticCDN/atomic-react/v$[ATOMIC_REACT_MAJOR_VERSION]-nightly",
"source": "packages/atomic-react/dist",
"parameters": {
"acl": "public-read"
}
}
},
{
"id": "deploy-atomic-hosted-page-patch-to-s3-version",
"s3": {
Expand Down Expand Up @@ -231,6 +267,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": {
Expand Down

0 comments on commit 57167b2

Please sign in to comment.