Created
October 12, 2015 04:07
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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