Removing the timestamp from index so it doesnt get updated
This commit is contained in:
parent
73b2473c24
commit
016d9a5d5a
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ mkdir -p public/log
|
||||||
# Create index.html with redirect to https://ritual.sh
|
# Create index.html with redirect to https://ritual.sh
|
||||||
DEPLOY_TIMESTAMP=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
|
DEPLOY_TIMESTAMP=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
|
||||||
cat > public/index.html << EOF
|
cat > public/index.html << EOF
|
||||||
<!-- deployed: $DEPLOY_TIMESTAMP -->
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue