Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
fixing prod dpeloy
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-gubchenko committed Mar 6, 2020
1 parent ecd6a18 commit 3f009a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Parameters:
Type: String
AllowedValues:
- staging
- production
ReleaseVersion:
Type: String
TaskDesiredCount:
Expand All @@ -25,6 +26,13 @@ Mappings:
DeploymentMaximumPercent: '100'
DeploymentMinimumHealthyPercent: '50'
ALBShortName: pyxis-staging
production:
id: ecs-cluster-microservices-vpc-production-ECSCluster-1R9CD4IMHJTAJ
PyxisRam: '100'
HealthyThreshold: 10
DeploymentMaximumPercent: '100'
DeploymentMinimumHealthyPercent: '50'
ALBShortName: pyxis-production

Conditions:
ManageDNS: !Equals [ !Ref Environment, staging ]
Expand Down

0 comments on commit 3f009a0

Please sign in to comment.