turpialdev Hello Opalstack Community: As the title states, my doubts go around the recommended way to deploy a Jekyll website here in Opalstack. Any suggestions? Thanks in advance.
sean turpialdev For static site generators like Jekyll you can create a static-only app via your Opalstack dashboard and configure your Jekyll stuff to output the site to the app directory, eg /home/user/apps/mysite. If you're looking for fancier deployment automation etc then let me know what you want to do and I'll try to point you in the right direction 🙂
danancona If you're using (say) a git post-receive hook, I just was able to install jekyll locally with this - gem install jekyll --user-install Set up my hook and it's all working perfectly.