Actualizar 'update.sh'

This commit is contained in:
Echedelle López Romero 2021-01-08 20:15:32 +00:00
parent ba7f98d56e
commit ebe56524a8
1 changed files with 3 additions and 3 deletions

View File

@ -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