From 42521ccd0a2c6c0f197b233f9da87abeaa7992c6 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Wed, 29 Apr 2020 14:59:27 +0100 Subject: [PATCH] . --- docker-compose-home.yml | 2 ++ letsencrypt-nginx/website/index.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docker-compose-home.yml b/docker-compose-home.yml index 64a0916..e532d9a 100644 --- a/docker-compose-home.yml +++ b/docker-compose-home.yml @@ -24,6 +24,8 @@ services: - DRONE_SERVER_HOST=$DRONE_SERVER_HOST - TITLE=$TITLE - DESCRIPTION=$DESCRIPTION + - DRONE_REPO_LINK=$DRONE_REPO_LINK + - DRONE_COMMIT=$DRONE_COMMIT volumes: - letsencrypt-git:/etc/letsencrypt diff --git a/letsencrypt-nginx/website/index.html b/letsencrypt-nginx/website/index.html index 431a27b..df29872 100644 --- a/letsencrypt-nginx/website/index.html +++ b/letsencrypt-nginx/website/index.html @@ -19,3 +19,5 @@ ${DESCRIPTION} chat + +${DRONE_REPO_LINK}/commit/${DRONE_COMMIT} \ No newline at end of file