I got build CI working, but would still like to automate and cron the republishing. It seems the deploy script provider runs in a different context than the build task (i.e. w/o the bundler context), so rake publish doesn't quite work as a deploy script. I should probably be using the pages provider anyway. Calling it a night, but I want to remember where I left off got the next time I pick this up.
I got build CI working, but would still like to automate and cron the republishing. It seems the deploy script provider runs in a different context than the build task (i.e. w/o the bundler context), so
rake publish
doesn't quite work as a deploy script. I should probably be using the pages provider anyway. Calling it a night, but I want to remember where I left off got the next time I pick this up.