Skip to content

Commit

Permalink
Mastodon v4.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Jun 5, 2024
1 parent eacf473 commit 04b8596
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mastodon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Resources:
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName'
ManagedPolicyArns: !Ref S3Policy
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.8'
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.9'
AppCommand: 'bash,-c,bundle exec rails db:migrate && bundle exec rails s -p 3000'
AppPort: '3000'
AppEnvironment1Key: 'LOCAL_DOMAIN'
Expand Down Expand Up @@ -234,7 +234,7 @@ Resources:
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName'
ManagedPolicyArns: !Ref S3Policy
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.8'
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.9'
AppCommand: 'bash,-c,node ./streaming'
AppPort: '4000'
AppEnvironment1Key: 'LOCAL_DOMAIN'
Expand Down Expand Up @@ -308,7 +308,7 @@ Resources:
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName'
ManagedPolicyArns: !Ref S3Policy
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.8'
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.9'
AppCommand: 'bash,-c,bundle exec sidekiq'
AppEnvironment1Key: 'LOCAL_DOMAIN'
AppEnvironment1Value: !Ref DomainName
Expand Down Expand Up @@ -381,7 +381,7 @@ Resources:
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName'
ManagedPolicyArns: !Ref S3Policy
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.8'
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.9'
AppCommand: 'bash,-c,RAILS_ENV=production bin/tootctl media remove && RAILS_ENV=production bin/tootctl preview_cards remove'
AppEnvironment1Key: 'LOCAL_DOMAIN'
AppEnvironment1Value: !Ref DomainName
Expand Down

0 comments on commit 04b8596

Please sign in to comment.