Skip to content

Instantly share code, notes, and snippets.

@tigawa
Created September 10, 2014 16:32
Show Gist options
  • Save tigawa/f5b2332479c6f3f8c7e6 to your computer and use it in GitHub Desktop.
Save tigawa/f5b2332479c6f3f8c7e6 to your computer and use it in GitHub Desktop.
heroku サブディレクトリをデプロイする。
#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