0.1.7: deploy via cursor

This commit is contained in:
Cedric
2026-06-11 17:29:06 +02:00
parent 84e464b4a2
commit b8015c8a38
2 changed files with 51 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# MountyCrawl — configuration de déploiement (NAS)
# Sur le serveur, depuis la racine du dépôt cloné :
# ./deploy.sh
#
# Ou en une ligne (après git push depuis ton PC) :
# source .env && cd "$NAS_PROJECT_DIR" && git pull "$GIT_REMOTE" "$GIT_BRANCH" && cd "$NAS_COMPOSE_DIR" && docker compose build --no-cache && docker compose up -d
NAS_PROJECT_DIR=/home/perco/projects/mountycrawl
NAS_COMPOSE_DIR=/opt/container/mountycrawl
GIT_REMOTE=origin
GIT_BRANCH=master
# true = écrase les modifs locales sur le NAS avant git pull (si pull bloqué)
DEPLOY_DISCARD_LOCAL=false
SITE_URL=https://mountycrawl.nas.percolouco.com