Skip to content

Commit 1b0a829

Browse files
author
Matt Swanson
committed
update autodeploy script
1 parent 4951540 commit 1b0a829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ task :deploy do
154154

155155
#heroku addons:open scheduler
156156
Formatador.display_lines([
157-
"[negative]<> Add `[bold]rake fetch_feeds[/][negative]` hourly task at [underline]https://api.heroku.com/apps/#{app_data['id']}/addons/scheduler:standard[/]",
157+
"[negative]<> Add `[bold]rake lazy_fetch[/][negative]` hourly task at [underline]https://api.heroku.com/apps/#{app_data['id']}/addons/scheduler:standard[/]",
158158
"[negative]<> Impatient? After adding feeds, immediately fetch the latest with `heroku run rake fetch_feeds -a #{app_data['name']}`",
159159
"[negative]<> stringer available at [underline]#{app_data['web_url']}[/]"
160160
])

0 commit comments

Comments
 (0)