Launching made easy
This commit is contained in:
@ -14,9 +14,6 @@ Parameters:
|
||||
Default: production
|
||||
AllowedValues: ['develop', 'production']
|
||||
ConstraintDescription: "Must be a possible release version."
|
||||
launchBucket:
|
||||
Type: String
|
||||
Description: Bucket containing CloudFormation files
|
||||
|
||||
#-------------------
|
||||
# ECS Configuration
|
||||
@ -169,7 +166,7 @@ Resources:
|
||||
TaskDefinition:
|
||||
Type: AWS::CloudFormation::Stack
|
||||
Properties:
|
||||
TemplateURL: !Sub 'https://s3.${AWS::Region}.amazonaws.com/${launchBucket}/${release}/cloudformation/nakama/task.yaml'
|
||||
TemplateURL: !Sub 'https://s3.${AWS::Region}.amazonaws.com/sumu-stacks/nakama/${release}/cloudformation/nakama/task.yaml'
|
||||
Parameters:
|
||||
DatabaseUsername: !Ref DatabaseUsername
|
||||
DatabasePassword: !Ref DatabasePassword
|
||||
|
Reference in New Issue
Block a user