Archived
1
0
Fork 0

Release 2.26 which incorporates the following changes
All checks were successful
continuous-integration/drone/push Build is passing

- 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
This commit is contained in:
Varakh 2023-04-06 22:56:41 +02:00
parent 5805279633
commit b58c283a4b

View file

@ -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