mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
rm push
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
TimeZone=America/New_York
|
||||
|
||||
OLS_VERSION=1.6.8
|
||||
|
||||
PHP_VERSION=lsphp73
|
||||
|
||||
OLS_VERSION=1.6.9
|
||||
PHP_VERSION=lsphp74
|
||||
MYSQL_DATABASE=wordpress
|
||||
MYSQL_ROOT_PASSWORD=password
|
||||
MYSQL_USER=wordpress
|
||||
MYSQL_PASSWORD=password
|
||||
|
||||
#wordpress
|
||||
DOMAIN=localhost
|
||||
|
||||
@@ -26,8 +26,6 @@ before_install:
|
||||
|
||||
install:
|
||||
- git clone https://github.com/litespeedtech/ols-docker-env.git
|
||||
- docker build --tag litespeedtech/openlitespeed-beta:1.6.5.lh config/litespeed/1.6.5.lh
|
||||
- docker build --tag litespeedtech/openlitespeed-beta:1.6.4.lh config/litespeed/1.6.4.lh
|
||||
- docker-compose up -d
|
||||
|
||||
before_script:
|
||||
@@ -37,11 +35,6 @@ before_script:
|
||||
script:
|
||||
- ./.travis/verify.sh
|
||||
|
||||
after_success:
|
||||
- echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin
|
||||
- docker push litespeedtech/openlitespeed-beta:1.6.5.lh
|
||||
- docker push litespeedtech/openlitespeed-beta:1.6.4.lh
|
||||
|
||||
after_script:
|
||||
- docker-compose stop
|
||||
- docker-compose rm -f
|
||||
|
||||
Reference in New Issue
Block a user