Addresses bundle not found. (#7351)

Merge pull request 7351
This commit is contained in:
Michael Hiiva 2019-03-15 10:36:48 -07:00 committed by jekyllbot
parent b71dffc305
commit 238f1c5eaf
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ Next, add the following lines to hooks/post-receive and be sure Jekyll is
installed on the server: installed on the server:
```bash ```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 GIT_REPO=$HOME/myrepo.git
TMP_GIT_CLONE=$HOME/tmp/myrepo TMP_GIT_CLONE=$HOME/tmp/myrepo
GEMFILE=$TMP_GIT_CLONE/Gemfile GEMFILE=$TMP_GIT_CLONE/Gemfile