File tree Expand file tree Collapse file tree 5 files changed +2
-27
lines changed Expand file tree Collapse file tree 5 files changed +2
-27
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ builddeploy_steps: &builddeploy_steps
31
31
- run : *install_dependency
32
32
- run : *install_deploysuite
33
33
# - restore_cache: *restore_cache_settings_for_build
34
- - run : ./build.sh ${APPNAME} ${CI_DEPLOY_TOKEN} ${LOGICAL_ENV} ${BRANCH} ${TIDEWAYS_ENV }
34
+ - run : ./build.sh ${APPNAME} ${CI_DEPLOY_TOKEN} ${LOGICAL_ENV} ${BRANCH} ${TIDEWAYS_ENVIRONMENT }
35
35
# - save_cache: *save_cache_settings
36
36
- deploy :
37
37
name : Running MasterScript.
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ ARG BRANCH
7
7
8
8
ENV WEB_DOCUMENT_ROOT /vanillapp
9
9
10
-
11
10
# Get the latest release of Vanilla Forums
12
11
RUN wget https://github.com/vanilla/vanilla/releases/download/Vanilla_${VANILLA_VERSION}/vanilla-${VANILLA_VERSION}.zip
13
12
RUN unzip vanilla-${VANILLA_VERSION}.zip -d /tmp
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ BRANCH=$4
7
7
TIDEWAYS_ENV=$5
8
8
UPDATE_CACHE=" "
9
9
echo " " > vanilla.env
10
- ENV=$ENV CI_DEPLOY_TOKEN=$CI_DEPLOY_TOKEN BRANCH=$BRANCH TIDEWAYS_ENV=$TIDEWAYS_ENV docker-compose -f docker-compose.yml build $APP_NAME
10
+ ENV=$ENV CI_DEPLOY_TOKEN=$CI_DEPLOY_TOKEN BRANCH=$BRANCH TIDEWAYS_ENV=$TIDEWAYS_ENV docker-compose -f docker-compose.yml -f docker-compose.dev.yml build $APP_NAME
11
11
# docker create --name app $APP_NAME:latest
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments