push-assets.sh : synchronise les assets locaux vers le serveur (dry-run, confirmation, --delete) pull-assets.sh : récupère les assets distants en local (dry-run, confirmation) Gestion des fichiers nouveaux, modifiés et supprimés via rsync --checksum. Config SSH dans .env (non versioné). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
275 B
Text
7 lines
275 B
Text
# Connexion SSH au serveur static.alpinux.org
|
|
STATIC_USER=<utilisateur-ssh>
|
|
STATIC_HOST=alpinux.org
|
|
STATIC_PATH=<chemin-documentroot-static.alpinux.org>
|
|
|
|
# Répertoire local des assets générés (par wiki/scripts/build-assets.py)
|
|
LOCAL_ASSETS_DIR=/tmp/alpinux-static-assets
|