Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
David Surey committed Aug 2, 2023
1 parent 0b70d12 commit 3f2adc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.
- ExecutionCommand Enabled for the ECS cluster, tasks are extended to be able to use aws ecs cli commands to log into the tasks for debug purposes
- Update Big Blue Button version to 2.6
- Update Greenlight to version 3
- Update Scalelite to version 1.5
- Update Scalelite to version 1.4
- Bootstrap Scripts moved to seperate bash script files for easier access for customization and lean cfn template.
- Removed the Instance Class/Familie restrictions from the templates. Still you need to use valid instances though depending on which are available for Amazon EC2, Amazon Elasticache and Amazon RDS.
- Removed the Custom AMI finder and relate to AWS Parameter Store default offering via resolve Function
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ then
SCALELITEIMAGETAGS=( BBBScaleliteNginxImageTag BBBScaleliteApiImageTag BBBScalelitePollerImageTag BBBScaleliteImporterImageTag )
GREENLIGHTIMAGETAGS=( BBBgreenlightImageTag )

aws ecr get-login-password --profile=$BBBPROFILE | docker login --username AWS --password-stdin $SCALEILITEREGISTRY
aws ecr get-login-password --profile=$BBBPROFILE | docker login --username AWS --password-stdin $SCALELITEREGISTRY
aws ecr get-login-password --profile=$BBBPROFILE | docker login --username AWS --password-stdin $GREENLIGHTREGISTRY

for IMAGETAG in "${SCALELITEIMAGETAGS[@]}"
Expand Down

0 comments on commit 3f2adc5

Please sign in to comment.