web: get rsync working. cursed directory seperators

This commit is contained in:
Danny O'Brien 2023-12-13 00:35:33 -08:00
parent 16ec9b2920
commit 8b23a78c85
2 changed files with 2 additions and 6 deletions

View file

@ -1,11 +1,6 @@
# Define the source directory, read from the environment variable ALMANACK_ROOT # Define the source directory, read from the environment variable ALMANACK_ROOT
# Ensure to handle the case where ALMANACK_ROOT is not set # Ensure to handle the case where ALMANACK_ROOT is not set
SRC_DIR := $(ALMANACK_ROOT)/web SRC_DIR := $(ALMANACK_ROOT)/web/
ALMANACK_ROOT := $(ALMANACK_ROOT)
#
#
# Define the destination for rsync
DEST := boat:/var/local/www/www.almnck.com/ DEST := boat:/var/local/www/www.almnck.com/
# Define the rsync options # Define the rsync options

View file

@ -3,5 +3,6 @@
</head> </head>
<body> <body>
<h1>Old Danny's Almanack</h1> <h1>Old Danny's Almanack</h1>
<p>Technological culture since 1724</p>
</body> </body>
</html> </html>