2012年7月19日木曜日

herokuを使うときに ! Run this command from an app folder or specify which app to use with --app とうるさい時

使うたびに、毎回
Run this command from an app folder or specify which app to use with --app
とうるさかったので、メモ。

 git remote add heroku git@heroku.com:your-app-name.git
git config heroku.remote heroku 
で回避できるようになります。