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/; mirror -R --delete --exclude .gitkeep public/ ${FTP_PATH_STAGING}public/;
bye bye
" "
echo "🔁 Sync partials/ → ${FTP_PATH_PROD}partials/" echo "🔁 Sync partials/ → ${FTP_PATH_STAGING}partials/"
lftp -u "${FTP_USER}","${FTP_PASSWORD}" "${FTP_HOST}" -e " lftp -u "${FTP_USER}","${FTP_PASSWORD}" "${FTP_HOST}" -e "
set ftp:ssl-force true; set ftp:ssl-force true;
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 --delete --exclude .gitkeep partials/ ${FTP_PATH_PROD}partials/; mirror -R --delete --exclude .gitkeep partials/ ${FTP_PATH_STAGING}partials/;
bye bye
" "

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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