louquillio_ has quit [Remote host closed the connection]
jugglinmike has quit [Quit: Leaving.]
louquillio_ has joined #nanoc
alerante has quit [Remote host closed the connection]
Gordon has joined #nanoc
Gordon is now known as Guest32953
<Guest32953>
How would you go about hiding your aws_secret_access_key behind an ENV variable in nanoc. It appears (to my new eye) that the nanoc.yaml doesn't have dynamic aspects a la Rails.
<Guest32953>
Do you need to have the insertion and removal of that information be part of a meta-process (some kind of build process?)
VitamineD has quit [Quit: Computer has gone to sleep.]
<Guest32953>
I ended up wrapping it in a couple lines of shell script... appending the data from an untracked file. Seems a little hacky.
<ddfreyne>
smaboshe: If you need environment variables while compiling sites, that is fine, but you should add the env var values to @config in the preprocess block
<ddfreyne>
That way, dependency tracking works fine