"Updates"

This commit is contained in:
2026-07-06 13:43:39 +02:00
parent 23e651d13a
commit 86ce409654
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#!/bin/sh
USER=pleb
HOST=bob
DIR=/var/www/tpml/ # the directory where your website files should go
HOST=carlo
DIR=/mnt/ssd/www/tpml/ # the directory where your website files should go
hugo && rsync -avz --rsync-path='sudo rsync' --progress -e ssh --delete public/ ${USER}@${HOST}:${DIR} # this will delete everything on the server that's not in the local public folder
+1 -1
View File
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.126.1">
<meta name="generator" content="Hugo 0.131.0">
<meta charset="utf-8">
<title>Accueil</title>