Actualiser recuperation_config.sh

This commit is contained in:
admin-linexos 2024-11-28 10:58:31 +00:00
parent d73c93c21c
commit 82a62bfcba
1 changed files with 3 additions and 3 deletions

View File

@ -6,11 +6,11 @@ CLIENT="SFR" # Exemple de client
BASE_URL="https://repolake.alc-crm.com"
API_URL="$BASE_URL/api/v1"
REPO_NAME=$(hostname)
REPO_URL="$BASE_URL/$ORG/$CLIENT/$REPO_NAME.git"
REPO_PATH="/etc/gitea/CONFIGS/$CLIENT/$REPO_NAME" # Ajusté pour inclure l'organisation correcte
REPO_URL="$BASE_URL/$ORG/$REPO_NAME.git"
REPO_PATH="/etc/gitea/CONFIGS/$REPO_NAME" # Ajusté pour inclure l'organisation correcte
BRANCH="main"
TOKEN="434ac97ae9def5ac02024971582e82dd35f89ee0"
REPO_URL_TOKEN="https://$TOKEN@repolake.alc-crm.com/$ORG/$CLIENT/$REPO_NAME.git"
REPO_URL_TOKEN="https://$TOKEN@repolake.alc-crm.com/$ORG/$REPO_NAME.git"
HOSTNAME=$(hostname)
echo "Début du script pour $HOSTNAME"