File tree Expand file tree Collapse file tree 3 files changed +2
-15
lines changed
Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ builddeploy_steps: &builddeploy_steps
3131 - run : *install_dependency
3232 - run : *install_deploysuite
3333 # - restore_cache: *restore_cache_settings_for_build
34- - run : ./build.sh ${APPNAME} ${CI_DEPLOY_TOKEN} ${LOGICAL_ENV} ${BRANCH} ${TIDEWAYS_ENVIRONMENT}
34+ - run : ./build.sh ${APPNAME} ${CI_DEPLOY_TOKEN} ${LOGICAL_ENV} ${BRANCH}
3535 # - save_cache: *save_cache_settings
3636 - deploy :
3737 name : Running MasterScript.
5454 APPNAME : " vanilla-forums"
5555 CI_DEPLOY_TOKEN : $CI_DEPLOY_TOKEN
5656 BRANCH : " develop"
57- TIDEWAYS_ENV : " dev"
5857 steps : *builddeploy_steps
5958
6059 " build-prod " :
6564 APPNAME : " vanilla-forums"
6665 CI_DEPLOY_TOKEN : $CI_DEPLOY_TOKEN
6766 BRANCH : " master"
68- TIDEWAYS_ENV : " production"
6967 steps : *builddeploy_steps
7068
7169workflows :
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ APP_NAME=$1
44CI_DEPLOY_TOKEN=$2
55ENV=$3
66BRANCH=$4
7- TIDEWAYS_ENV=$5
87UPDATE_CACHE=" "
98echo " " > vanilla.env
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
9+ ENV=$ENV CI_DEPLOY_TOKEN=$CI_DEPLOY_TOKEN BRANCH=$BRANCH docker-compose -f docker-compose.yml -f docker-compose.dev.yml build $APP_NAME
1110# docker create --name app $APP_NAME:latest
Original file line number Diff line number Diff line change 11version : ' 3'
22services :
33 vanilla-forums :
4- links :
5- - tideways-daemon
6- tideways-daemon :
7- container_name : tideways-daemon
8- build :
9- context : ./tideways-daemon
10- args :
11- - TIDEWAYS_ENV
12- ports :
13- - 9135:9135
You can’t perform that action at this time.
0 commit comments