diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72c4525..4caa566 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: # Globale Variablen # ----------------------------------------- variables: - BASE_DIRS: "src public api partials tools inc" + BASE_DIRS: "src public api partials tools inc debug" CONFIG_BASE_DIR: "config" # Standard-Image für alle Jobs @@ -191,6 +191,7 @@ deploy:staging: set ftp:passive-mode true; set ftp:ssl-protect-data true; set ssl:verify-certificate no; + mkdir -p ${TARGET_PATH}debug; mirror -R --delete --exclude .gitkeep ${d}/ ${TARGET_PATH}${d}/; bye " || { echo "❌ Upload für Verzeichnis '${d}' fehlgeschlagen."; exit 1; } @@ -423,6 +424,7 @@ deploy:production: set ftp:passive-mode true; set ftp:ssl-protect-data true; set ssl:verify-certificate no; + mkdir -p ${TARGET_PATH}debug; mirror -R --delete --exclude .gitkeep ${d}/ ${TARGET_PATH}${d}/; bye " || { echo "❌ Upload für Verzeichnis '${d}' fehlgeschlagen."; exit 1; } diff --git a/config/current.ver b/config/current.ver index 21344eb..5ab1538 100644 --- a/config/current.ver +++ b/config/current.ver @@ -1 +1 @@ -1.2.17 \ No newline at end of file +1.2.18 \ No newline at end of file diff --git a/debug/current.ver b/debug/current.ver index 21344eb..62b1047 100644 --- a/debug/current.ver +++ b/debug/current.ver @@ -1 +1 @@ -1.2.17 \ No newline at end of file +1.2.1sss \ No newline at end of file