From 238f1c5eaf65f09bfa79033f022a2a1fb89454b2 Mon Sep 17 00:00:00 2001 From: Michael Hiiva Date: Fri, 15 Mar 2019 10:36:48 -0700 Subject: [PATCH] Addresses bundle not found. (#7351) Merge pull request 7351 --- docs/_docs/deployment/automated.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/_docs/deployment/automated.md b/docs/_docs/deployment/automated.md index d3efa610..5f6300c1 100644 --- a/docs/_docs/deployment/automated.md +++ b/docs/_docs/deployment/automated.md @@ -36,6 +36,12 @@ Next, add the following lines to hooks/post-receive and be sure Jekyll is installed on the server: ```bash +#!/bin/bash -l + +# Install Ruby Gems to ~/gems +export GEM_HOME=$HOME/gems +export PATH=$GEM_HOME/bin:$PATH + GIT_REPO=$HOME/myrepo.git TMP_GIT_CLONE=$HOME/tmp/myrepo GEMFILE=$TMP_GIT_CLONE/Gemfile