You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use lein-beanstalk in my project by putting the following in my project.clj:
:plugins [[lein-beanstalk "0.2.6"]]
I then edit ~/.lein/profile.clj to contain my AWS credentials, as advised by the README:
{:user
{:aws {:access-key"xxx":secret-key"xxx"}}}
I then run lein beanstalk deploy development but get this error:
No credentials found; please add to ~/.lein/init.clj: (def lein-beanstalk-credentials {:access-key "XXX" :secret-key "YYY"})
If I run lein version, I see Leiningen 2.0.0-preview10 on Java 1.6.0_35 Java HotSpot(TM) 64-Bit Server VM. This was installed via Homebrew on Mac OS X Lion.
What am I doing wrong? Or is the README not up-to-date? Thanks!
The text was updated successfully, but these errors were encountered:
I use lein-beanstalk in my project by putting the following in my
project.clj
:I then edit
~/.lein/profile.clj
to contain my AWS credentials, as advised by the README:I then run
lein beanstalk deploy development
but get this error:If I run
lein version
, I seeLeiningen 2.0.0-preview10 on Java 1.6.0_35 Java HotSpot(TM) 64-Bit Server VM
. This was installed via Homebrew on Mac OS X Lion.What am I doing wrong? Or is the README not up-to-date? Thanks!
The text was updated successfully, but these errors were encountered: