This commit is contained in:
2026-02-03 01:09:43 +01:00
parent bb802b8b2c
commit 11936a4b71
3 changed files with 5 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ stages:
# Globale Variablen # Globale Variablen
# ----------------------------------------- # -----------------------------------------
variables: variables:
BASE_DIRS: "src public api partials tools inc" BASE_DIRS: "src public api partials tools inc debug"
CONFIG_BASE_DIR: "config" CONFIG_BASE_DIR: "config"
# Standard-Image für alle Jobs # Standard-Image für alle Jobs
@@ -191,6 +191,7 @@ deploy:staging:
set ftp:passive-mode true; set ftp:passive-mode true;
set ftp:ssl-protect-data true; set ftp:ssl-protect-data true;
set ssl:verify-certificate no; set ssl:verify-certificate no;
mkdir -p ${TARGET_PATH}debug;
mirror -R --delete --exclude .gitkeep ${d}/ ${TARGET_PATH}${d}/; mirror -R --delete --exclude .gitkeep ${d}/ ${TARGET_PATH}${d}/;
bye bye
" || { echo "❌ Upload für Verzeichnis '${d}' fehlgeschlagen."; exit 1; } " || { echo "❌ Upload für Verzeichnis '${d}' fehlgeschlagen."; exit 1; }
@@ -423,6 +424,7 @@ deploy:production:
set ftp:passive-mode true; set ftp:passive-mode true;
set ftp:ssl-protect-data true; set ftp:ssl-protect-data true;
set ssl:verify-certificate no; set ssl:verify-certificate no;
mkdir -p ${TARGET_PATH}debug;
mirror -R --delete --exclude .gitkeep ${d}/ ${TARGET_PATH}${d}/; mirror -R --delete --exclude .gitkeep ${d}/ ${TARGET_PATH}${d}/;
bye bye
" || { echo "❌ Upload für Verzeichnis '${d}' fehlgeschlagen."; exit 1; } " || { echo "❌ Upload für Verzeichnis '${d}' fehlgeschlagen."; exit 1; }

View File

@@ -1 +1 @@
1.2.17 1.2.18

View File

@@ -1 +1 @@
1.2.17 1.2.1sss