From b58c283a4bffe9bc864eedaeb49998419532b6b2 Mon Sep 17 00:00:00 2001 From: Varakh Date: Thu, 6 Apr 2023 22:56:41 +0200 Subject: [PATCH] Release 2.26 which incorporates the following changes - Add a ENV_DIR for docker containers to allow changing the env file location changes where the rest of the configuration is bootstrapped from - Add log_dir and snapshot_dir in env file configuration to determine the log and snapshot directories - Massively cleaned up README and provide better examples --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 550f8d0..331c821 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ environment: &default_environment CREATED: ${DRONE_BUILD_CREATED} SOURCE_URL: ${DRONE_GIT_HTTP_URL} # also change in 'tags' of build docker - TS3WEB_VERSION: 2.2.5 + TS3WEB_VERSION: 2.2.6 steps: - name: build docker image @@ -32,7 +32,7 @@ steps: from_secret: dockerhub_key tags: - latest - - 2.2.5 + - 2.2.6 - name: notify image: drillster/drone-email