From ea9d49d967fd35064630eaeae392a1dfd886db54 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 15 Feb 2026 07:48:05 +0000 Subject: [PATCH] updating neocities script --- update-neocities.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/update-neocities.sh b/update-neocities.sh index 374ad10..ea8024f 100755 --- a/update-neocities.sh +++ b/update-neocities.sh @@ -27,12 +27,14 @@ rm -rf public/ mkdir -p public/log # Create index.html with redirect to https://ritual.sh -cat > public/index.html << 'EOF' +DEPLOY_TIMESTAMP=$(date -u +"%Y-%m-%dT%H:%M:%SZ") +cat > public/index.html << EOF + - Redirecting... + ritual.sh

Redirecting to ritual.sh...

@@ -41,12 +43,13 @@ cat > public/index.html << 'EOF' EOF # Create log/index.html with redirect to https://ritual.sh/logs/ -cat > public/log/index.html << 'EOF' +cat > public/log/index.html << EOF + - Redirecting... + Updates to ritual.sh!

Redirecting to ritual.sh/log/...