Commit 723612b5 by Mary Brennan

added a deployment step to commit the changes after adding them

parent 810411eb
......@@ -28,6 +28,7 @@ You can replace ``helloworld`` with your desired project name.
$ git init
$ git add -A
$ git commit -m "Initial commit"
$ heroku create
$ git push heroku master
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment