asdsda
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user