Created
September 10, 2014 16:32
-
-
Save tigawa/f5b2332479c6f3f8c7e6 to your computer and use it in GitHub Desktop.
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
#heroku workerディレクトリ配下をデプロイする。 | |
git subtree push --prefix worker/ heroku master | |
※masterブランチ以外のブランチでもこのコマンドでいけた。 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment