From a6a49e48453e8c7335218604aa986a73b3504b0b Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Thu, 20 Nov 2025 23:05:17 +0100 Subject: [PATCH] dfdf --- .gitlab-ci.yml | 4 ++-- partials/landing/main/problem.php | 2 +- partials/landing/main/security.php | 1 - partials/structure/footer.php | 1 - partials/structure/header.php | 2 +- partials/structure/layout_end.php | 1 - partials/structure/layout_start.php | 1 - 7 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6cad71..5dedcb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,13 +60,13 @@ deploy:staging: mirror -R --delete --exclude .gitkeep public/ ${FTP_PATH_STAGING}public/; bye " - echo "🔁 Sync partials/ → ${FTP_PATH_PROD}partials/" + echo "🔁 Sync partials/ → ${FTP_PATH_STAGING}partials/" lftp -u "${FTP_USER}","${FTP_PASSWORD}" "${FTP_HOST}" -e " set ftp:ssl-force true; set ftp:passive-mode true; set ftp:ssl-protect-data true; set ssl:verify-certificate no; - mirror -R --delete --exclude .gitkeep partials/ ${FTP_PATH_PROD}partials/; + mirror -R --delete --exclude .gitkeep partials/ ${FTP_PATH_STAGING}partials/; bye " diff --git a/partials/landing/main/problem.php b/partials/landing/main/problem.php index 3a9204c..7842906 100644 --- a/partials/landing/main/problem.php +++ b/partials/landing/main/problem.php @@ -37,4 +37,4 @@ -s + diff --git a/partials/landing/main/security.php b/partials/landing/main/security.php index 60469c1..df92796 100644 --- a/partials/landing/main/security.php +++ b/partials/landing/main/security.php @@ -34,4 +34,3 @@ -s \ No newline at end of file diff --git a/partials/structure/footer.php b/partials/structure/footer.php index 52b5f37..c4dd8d3 100644 --- a/partials/structure/footer.php +++ b/partials/structure/footer.php @@ -11,4 +11,3 @@ -s \ No newline at end of file diff --git a/partials/structure/header.php b/partials/structure/header.php index 6eb6e38..202bd95 100644 --- a/partials/structure/header.php +++ b/partials/structure/header.php @@ -98,4 +98,4 @@ if (!isset($navAnchors) || !is_array($navAnchors)) { - s \ No newline at end of file + \ No newline at end of file diff --git a/partials/structure/layout_end.php b/partials/structure/layout_end.php index dc2fcf7..a9d8b09 100644 --- a/partials/structure/layout_end.php +++ b/partials/structure/layout_end.php @@ -15,4 +15,3 @@ -s \ No newline at end of file diff --git a/partials/structure/layout_start.php b/partials/structure/layout_start.php index 153e104..f0d6bf2 100644 --- a/partials/structure/layout_start.php +++ b/partials/structure/layout_start.php @@ -56,4 +56,3 @@ $host = $_SERVER['HTTP_HOST'] ?? '';
-s \ No newline at end of file