Release 2.26 which incorporates the following changes
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
5805279633
commit
b58c283a4b
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ environment: &default_environment
|
||||||
CREATED: ${DRONE_BUILD_CREATED}
|
CREATED: ${DRONE_BUILD_CREATED}
|
||||||
SOURCE_URL: ${DRONE_GIT_HTTP_URL}
|
SOURCE_URL: ${DRONE_GIT_HTTP_URL}
|
||||||
# also change in 'tags' of build docker
|
# also change in 'tags' of build docker
|
||||||
TS3WEB_VERSION: 2.2.5
|
TS3WEB_VERSION: 2.2.6
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build docker image
|
- name: build docker image
|
||||||
|
@ -32,7 +32,7 @@ steps:
|
||||||
from_secret: dockerhub_key
|
from_secret: dockerhub_key
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- 2.2.5
|
- 2.2.6
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
|
|
Reference in a new issue