ga-dc / wdi5-project3

Project 3
0 stars 5 forks source link

figaro and heroku issue... #67

Closed hharper closed 9 years ago

hharper commented 9 years ago

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...

RobertAKARobin commented 9 years ago

What kind of error are you getting?

hharper commented 9 years ago

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...

RobertAKARobin commented 9 years ago

Well, good! Can I close this bad boy?

hharper commented 9 years ago

Yes!