Created
October 16, 2012 12:54
-
-
Save masainox/3899093 to your computer and use it in GitHub Desktop.
polkaをherokuにセットアップするスクリプト
This file contains hidden or 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
#!/bin/sh | |
git clone https://github.com/masainox/polka.git -b 0.0.1-for-heroku | |
cd polka | |
heroku create --stack cedar | |
# deploy to heroku | |
git push heroku 0.0.1-for-heroku:master | |
# open app | |
heroku open |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment