Closed hharper closed 9 years ago
What kind of error are you getting?
i was getting:
! No app specified. ! Run this command from an app folder or specify which app to use with --app APP.
but figured it out now. I think i was having issues because my .git was a parent of my app, so I did the prefix thing you recommended and trying to figure out now...
Well, good! Can I close this bad boy?
Yes!
i cannot deploy because heroku cannot read my API keys since I hid them with figaro gem...do I have to define them in my terminal manually? I didn't have to do this on last project...there was a rake command I used but looks like no longer active? HALP
I believe I used rake figaro: heroku but now not working...
so I tried this instead: $ figaro heroku:set -e production but thats not working either...