From d22e52c7db675b964e88acb106ccd2c6e18a05d6 Mon Sep 17 00:00:00 2001 From: perro Date: Mon, 26 Jun 2023 12:58:06 -0700 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/update.sh b/scripts/update.sh index a389c56..8c92b90 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -3,6 +3,9 @@ JSON=public/perro.json # Va a la raĆ­z del repo cd $(dirname $0)/.. +# Actualiza el repo +git pull + # Limpia sitio if [ -d "public" ]; then rm -rf public; fi mkdir public