Skip to content

Commit

Permalink
Revert "add atomic loader to deployment config"
Browse files Browse the repository at this point in the history
This reverts commit c9dc1f2.
  • Loading branch information
fpbrault committed Nov 22, 2024
1 parent d497dd1 commit 6d8c397
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .deployment.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,42 +147,6 @@
}
}
},
{
"id": "deploy-atomic-patch-loader-to-s3-version",
"s3": {
"disabled": $[IS_NIGHTLY],
"bucket": "{terraform.infra.infra.bucket_binaries}",
"directory": "proda/StaticCDN/atomic/v$[ATOMIC_PATCH_VERSION]/loader",
"source": "packages/atomic/dist/loader",
"parameters": {
"acl": "public-read"
}
}
},
{
"id": "deploy-atomic-minor-loader-to-s3-version",
"s3": {
"disabled": $[IS_NIGHTLY],
"bucket": "{terraform.infra.infra.bucket_binaries}",
"directory": "proda/StaticCDN/atomic/v$[ATOMIC_MINOR_VERSION]/loader",
"source": "packages/atomic/dist/loader",
"parameters": {
"acl": "public-read"
}
}
},
{
"id": "deploy-atomic-major-loader-to-s3-version",
"s3": {
"disabled": $[IS_NIGHTLY],
"bucket": "{terraform.infra.infra.bucket_binaries}",
"directory": "proda/StaticCDN/atomic/v$[ATOMIC_MAJOR_VERSION]/loader",
"source": "packages/atomic/dist/loader",
"parameters": {
"acl": "public-read"
}
}
},
{
"id": "deploy-atomic-minor-storybook-to-s3-version",
"s3": {
Expand Down

0 comments on commit 6d8c397

Please sign in to comment.