Skip to content

Instantly share code, notes, and snippets.

@neilrenicker
Created October 12, 2015 04:07
Show Gist options
  • Save neilrenicker/5763af12d29c9eba41cc to your computer and use it in GitHub Desktop.
Save neilrenicker/5763af12d29c9eba41cc to your computer and use it in GitHub Desktop.
article: https://medium.com/p/c902269fd11e/ -- Automate Stuff With A Dead Simple Node Worker
$ cd ~/my-project
$ heroku create
$ git add .
$ git commit -m ‘initial commmit’
$ git push heroku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment