From 2fa373d40423378b6a76cce5bb40adb77fcd2104 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Wed, 29 Apr 2020 17:21:18 +0100 Subject: [PATCH] . --- letsencrypt-nginx/git.sh | 6 ++--- .../website/{index copy.html => index._html} | 0 letsencrypt-nginx/website/index.html | 23 ------------------- 3 files changed, 3 insertions(+), 26 deletions(-) rename letsencrypt-nginx/website/{index copy.html => index._html} (100%) delete mode 100644 letsencrypt-nginx/website/index.html diff --git a/letsencrypt-nginx/git.sh b/letsencrypt-nginx/git.sh index 578f043..4454269 100644 --- a/letsencrypt-nginx/git.sh +++ b/letsencrypt-nginx/git.sh @@ -1,5 +1,5 @@ -echo 'substituting index.html' -cat /www/data/index.html -envsubst < /www/data/index.html > /www/data/index.html +echo 'substituting index._html to index.html' +cat /www/data/index._html +envsubst < /www/data/index._html > /www/data/index.html cat /www/data/index.html sh run.sh \ No newline at end of file diff --git a/letsencrypt-nginx/website/index copy.html b/letsencrypt-nginx/website/index._html similarity index 100% rename from letsencrypt-nginx/website/index copy.html rename to letsencrypt-nginx/website/index._html diff --git a/letsencrypt-nginx/website/index.html b/letsencrypt-nginx/website/index.html deleted file mode 100644 index df29872..0000000 --- a/letsencrypt-nginx/website/index.html +++ /dev/null @@ -1,23 +0,0 @@ -

${TITLE}

- -${DESCRIPTION} - - - -${DRONE_REPO_LINK}/commit/${DRONE_COMMIT} \ No newline at end of file