Skip to content

Commit

Permalink
Merge pull request #297 from nypublicradio/kate/aws-tday-hotfix
Browse files Browse the repository at this point in the history
Kate/aws tday hotfix
  • Loading branch information
kedmundson authored Nov 25, 2020
2 parents 6c90bb9 + de7a731 commit 80cd7af
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
10 changes: 8 additions & 2 deletions app/components/site-chrome/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,16 @@
{{flash-message flash=flash}}
{{/each}}

{{yield}}
<div class="l-constrained">
<div id="main" class="container_12 site-container">
<p>
<strong>We are being affected by a widespread outage caused by AWS who powers parts of our sites as well as many others on the internet. We hope to have our service restored soon. In the interim, please tune your radio to 105.9 FM or ask your smart speaker to "Play WQXR". Thank you for your patience.</strong>
</p>
</div>
</div>

</div>

{{partial 'components/site-chrome/site-footer'}}

</div>
</div>
31 changes: 13 additions & 18 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,36 +215,31 @@ workflows:
jobs:
- build:
<<: *filter_all
- test_ember:
<<: *filter_all
requires:
- build
- test_cypress:
<<: *filter_all
requires:
- build
#- test_ember:
#<<: *filter_all
#requires:
# - build
#- test_cypress:
#<<: *filter_all
#requires:
# - build
- deploy_static_demo:
<<: *filter_demo
requires:
- test_ember
- test_cypress
- build
- deploy_ecs_demo:
<<: *filter_demo
requires:
- test_ember
- test_cypress
- build
- deploy_static_prod:
<<: *filter_prod
requires:
- test_ember
- test_cypress
- build
- deploy_ecs_prod:
<<: *filter_prod
requires:
- test_ember
- test_cypress
- build
- deploy_static_qa:
<<: *filter_qa
requires:
- test_ember
- test_cypress
- build

0 comments on commit 80cd7af

Please sign in to comment.