Removing the timestamp from index so it doesnt get updated

This commit is contained in:
Dan 2026-02-21 10:42:27 +00:00
parent 73b2473c24
commit 016d9a5d5a

View file

@ -29,7 +29,6 @@ mkdir -p public/log
# Create index.html with redirect to https://ritual.sh
DEPLOY_TIMESTAMP=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
cat > public/index.html << EOF
<!-- deployed: $DEPLOY_TIMESTAMP -->
<!DOCTYPE html>
<html>
<head>