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