summaryrefslogtreecommitdiff
path: root/bin/sync
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2023-04-26 15:39:56 -0300
committerYaco <franco@reevo.org>2023-04-26 15:39:56 -0300
commit369ed2bdb3d262ef5b60adfbd951ae6adb759193 (patch)
treec0637cf1edfb21b295c0d673b0d884ef3ef578d3 /bin/sync
parent4a272f1f23f08c91beb126a86d1c80cf59ddfc37 (diff)
pull pages to deployment repo after sync
Diffstat (limited to 'bin/sync')
-rwxr-xr-xbin/sync/sync-wiki.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/sync/sync-wiki.sh b/bin/sync/sync-wiki.sh
index dc6b1e20..bb6de2ba 100755
--- a/bin/sync/sync-wiki.sh
+++ b/bin/sync/sync-wiki.sh
@@ -72,6 +72,12 @@ mysql --user=$USER --password=$PASSWORD $DB < "/tmp/$REMOTO-$DB.sql"
echo ""
echo ""
echo "###################"
+echo "Actualizo el repositorio de páginas propio del deployment $DEPLOY"
+../reevotech/PullPages.sh $DEPLOY
+
+echo ""
+echo ""
+echo "###################"
echo "Vamos a sincronizar algunos directorios con archivos desde $REMOTO a este servidor"
sleep 2s