This commit is contained in:
2025-11-20 23:05:17 +01:00
parent 9ea2a25b84
commit a6a49e4845
7 changed files with 4 additions and 8 deletions

View File

@@ -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
"

View File

@@ -37,4 +37,4 @@
</div>
</div>
</section>
s

View File

@@ -34,4 +34,3 @@
</div>
</div>
</section>
s

View File

@@ -11,4 +11,3 @@
</div>
</div>
</footer>
s

View File

@@ -98,4 +98,4 @@ if (!isset($navAnchors) || !is_array($navAnchors)) {
</div>
</div>
</header>
s

View File

@@ -15,4 +15,3 @@
</body>
</html>
s

View File

@@ -56,4 +56,3 @@ $host = $_SERVER['HTTP_HOST'] ?? '';
<!-- MAIN CONTENT -->
<main class="flex-1">
s