Skip to content

Commit

Permalink
chore: add missing nightly target
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Jan 17, 2025
1 parent 5276f60 commit 0953472
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 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 Down Expand Up @@ -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": {
Expand Down

0 comments on commit 0953472

Please sign in to comment.