Skip to content

Instantly share code, notes, and snippets.

@wookets
Created November 25, 2013 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wookets/7647341 to your computer and use it in GitHub Desktop.
Save wookets/7647341 to your computer and use it in GitHub Desktop.
Executing a coffeescript file with heroku scheduler
#
# 1. Put this file in {app}/scripts directory
# 2. Deploy on to Heroku
# 3. Add the Heroku Scheduler add-on
# 4. Add Job with task $ coffee scripts/example.coffee
#
console.log 'hello world'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment