This commit is contained in:
2026-02-16 08:52:47 +01:00
parent e4da6f462a
commit b10001180c
2 changed files with 7 additions and 3 deletions

View File

@@ -20,6 +20,8 @@ Créer un vrai /security.txt (ou /.well-known/security.txt) au lieu de le renvoy
location = /security.txt { return 404; }
# METTRE EN LIGNE LE DEV AVEC GITEA
Serveur GITEA https://git.parisweb.art/
## Du dev vers Gitea
git add .
git commit -m "Mon message de commit"
@@ -39,7 +41,7 @@ git push origin main
cd /var/www/wondif_vue
git pull origin main # récupère le dernier code
npm ci # installe / met à jour les deps (propre)
npm ci # installe / met à jour les dépendances
npm run build # rebuild Nuxt
pm2 restart wondif_vue # redémarre le process