문제

Rails 4.0.4 Ruby 2.1.1 Mac OS X 10.9.2 Maverick

This command worked well until I added another remote.

rake figaro:heroku 
 !    Multiple apps in folder and no app specified.
 !    Specify app with --app APP.
 !    Multiple apps in folder and no app specified.
 !    Specify app with --app APP.

I have tried using the --app but that won't work

Any ideas?

도움이 되었습니까?

해결책

Run the following command

rake figaro:heroku[myapp]

다른 팁

heroku config:set AWS_ACCESS_KEY_ID=key --app safe-planet-29288

This worked for me: figaro heroku:set -e production -a myapp

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top