diff options
author | Yaco <franco@reevo.org> | 2023-04-26 15:39:56 -0300 |
---|---|---|
committer | Yaco <franco@reevo.org> | 2023-04-26 15:39:56 -0300 |
commit | 369ed2bdb3d262ef5b60adfbd951ae6adb759193 (patch) | |
tree | c0637cf1edfb21b295c0d673b0d884ef3ef578d3 /bin | |
parent | 4a272f1f23f08c91beb126a86d1c80cf59ddfc37 (diff) |
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/sync/sync-wiki.sh | 6 |
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 |