Commit fcd3a6264164daa7dbabf3d7edb90e0cb1a81e26

Authored by Dan Croak
1 parent a4c0193e

adding line about notifying Hoptoad about deploys.

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
doc/README_FOR_TEMPLATE
... ... @@ -126,6 +126,13 @@ It imports the Stylus framework:
126 126  
127 127 Add another import for your own styles, by convention named after your app.
128 128  
  129 +Hoptoad
  130 +-------
  131 +
  132 +After you git push heroku, tell Hoptoad about the deploy:
  133 +
  134 + heroku rake hoptoad:deploy TO=staging
  135 +
129 136 Mascot
130 137 ------
131 138  
... ...