Skip to content

Commit

Permalink
fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
schmalliso committed May 23, 2024
1 parent 3bd44b0 commit ca27322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/ecs-main/buckets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,13 @@ Resources:
KeyPrefixEquals: ${self:custom.site.prefix.${self:provider.stage}}/atlas/cli/stable
RedirectRule:
Protocol: "https"
HostName: ${self.custom.site.host.${self:provider.stage}}
HostName: ${self:custom.site.host.${self:provider.stage}}
ReplaceKeyPrefixWith: ${self:custom.site.prefix.${self:provider.stage}}/atlas/cli/current
- RoutingRuleCondition:
KeyPrefixEquals: ${self:custom.site.prefix.${self:provider.stage}}/atlas/atlas-operator/stable
RedirectRule:
Protocol: "https"
HostName: ${self.custom.site.host.${self:provider.stage}}
HostName: ${self:custom.site.host.${self:provider.stage}}
ReplaceKeyPrefixWith: ${self:custom.site.prefix.${self:provider.stage}}/atlas/atlas-operator/current
CloudManagerBucket:
Type: "AWS::S3::Bucket"
Expand Down

0 comments on commit ca27322

Please sign in to comment.