This commit is contained in:
2025-11-24 02:50:46 +01:00
parent e1f91d459b
commit 41e93d1ca9

View File

@@ -76,7 +76,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;
mirror -R --make-dirs --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; }
done done
@@ -89,7 +89,7 @@ deploy:staging:
set ftp:ssl-protect-data true; set ftp:ssl-protect-data true;
set ssl:verify-certificate no; set ssl:verify-certificate no;
lcd ${CONFIG_ENV_DIR}; lcd ${CONFIG_ENV_DIR};
mirror -R --make-dirs --delete --exclude .gitkeep ./ ${TARGET_PATH}${CONFIG_BASE_DIR}/; mirror -R --delete --exclude .gitkeep ./ ${TARGET_PATH}${CONFIG_BASE_DIR}/;
bye bye
" || { echo "❌ Upload für Config-Verzeichnis '${CONFIG_ENV_DIR}' fehlgeschlagen."; exit 1; } " || { echo "❌ Upload für Config-Verzeichnis '${CONFIG_ENV_DIR}' fehlgeschlagen."; exit 1; }
@@ -167,7 +167,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;
mirror -R --make-dirs --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; }
done done
@@ -179,7 +179,7 @@ deploy:production:
set ftp:ssl-protect-data true; set ftp:ssl-protect-data true;
set ssl:verify-certificate no; set ssl:verify-certificate no;
lcd ${CONFIG_ENV_DIR}; lcd ${CONFIG_ENV_DIR};
mirror -R --make-dirs --delete --exclude .gitkeep ./ ${TARGET_PATH}${CONFIG_BASE_DIR}/; mirror -R --delete --exclude .gitkeep ./ ${TARGET_PATH}${CONFIG_BASE_DIR}/;
bye bye
" || { echo "❌ Upload für Config-Verzeichnis '${CONFIG_ENV_DIR}' fehlgeschlagen."; exit 1; } " || { echo "❌ Upload für Config-Verzeichnis '${CONFIG_ENV_DIR}' fehlgeschlagen."; exit 1; }