Skip to content

Commit 14d2403

Browse files
Update 2 at a time with our smaller set of instances in play now.
1 parent 438072a commit 14d2403

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

aws/build.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ $websites = build_task('websites', [deploy_dir('rebuild'), BLOCKLY_COMMIT_TASK])
163163
RakeUtils.rake 'seed:script_cache_to_redis'
164164
end
165165

166-
thread_count = 1 + (CDO.app_servers.keys.count / 10)
166+
thread_count = 2
167167
threaded_each CDO.app_servers.keys, thread_count do |name|
168168
upgrade_frontend name, CDO.app_servers[name]
169169
end

pegasus/emails/2014-12-12-certificates.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
from: 'Hadi Partovi (Code.org) <[email protected]>'
33
subject: "70 million down, 30 million to go :-)"
4-
litmus_tracking_id: "a2ibhopt"
4+
litmus_tracking_id: "e45xmc74"
55
---
66
## 70 million down, 30 million to go
77

@@ -11,9 +11,7 @@ This week, millions of people are learning new skills that can change the rest o
1111

1212
Code with [Angry Birds](https://code.org/hoc) - [with Elsa](https://code.org/frozen) - [with Flappy Bird](https://code.org/flappy)
1313

14-
<% if domestic != 'true' %>
1514
(Now our tutorials are available in more languages, [try one now](https://code.org/learn/)!)
16-
<% end %>
1715

1816
## [Do an Hour of Code](https://code.org/)
1917

@@ -29,13 +27,10 @@ I can’t believe our ambitious goal to reach 100M students is in reach. We’re
2927
Hadi Partovi,<br />#moveForward
3028

3129

32-
<% if domestic == 'true' %>
33-
3430
We’ve been deluged by requests about our hat that’s been worn by celebrities and even the president. If you [buy our t-shirts and hats](https://code.org/shop/), wear them with pride.
3531

3632
[![image](https://code.org/images/email/fit-400/swag.png)](https://code.org/shop/)
3733

38-
<% end %>
3934

4035
**P.S.**<br />
4136
Our crowdfunding campaign has **2 days left**! We’ll use the funds to bring computer science to 25,000 new classrooms by 2016. For each dollar you give, one student will learn. [Please support our work](https://code.org/donate/).
@@ -46,4 +41,3 @@ Our crowdfunding campaign has **2 days left**! We’ll use the funds to bring co
4641
You’re receiving this email because you've done the Hour of Code at [Code.org](https://code.org/). We’ll send you only a few updates a year on new ways to learn. Don’t like these emails? [Unsubscribe](<%= unsubscribe_link %>).
4742

4843
![](<%= tracking_pixel %>)
49-

0 commit comments

Comments
 (0)