Actualizar 'update.sh'
This commit is contained in:
parent
ba7f98d56e
commit
ebe56524a8
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@ then
|
|||
cd "$directorio"
|
||||
fi
|
||||
|
||||
git pull > update.log
|
||||
git pull
|
||||
|
||||
bundle >> update.log && bundle update >> update.log
|
||||
bundle && bundle update
|
||||
|
||||
JEKYLL_ENV=production bundle exec jekyll build --trace >> update.log
|
||||
JEKYLL_ENV=production bundle exec jekyll build --trace
|
||||
|
|
Loading…
Reference in a new issue