Skip to content

Commit 310d7b5

Browse files
committed
Revert "Issues-519: Deploy Tideways deamon in Vanilla container"
This reverts commit 5d37c4d.
1 parent cc346cd commit 310d7b5

File tree

5 files changed

+2
-27
lines changed

5 files changed

+2
-27
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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_ENV}
34+
- run: ./build.sh ${APPNAME} ${CI_DEPLOY_TOKEN} ${LOGICAL_ENV} ${BRANCH} ${TIDEWAYS_ENVIRONMENT}
3535
#- save_cache: *save_cache_settings
3636
- deploy:
3737
name: Running MasterScript.

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ARG BRANCH
77

88
ENV WEB_DOCUMENT_ROOT /vanillapp
99

10-
1110
# Get the latest release of Vanilla Forums
1211
RUN wget https://github.com/vanilla/vanilla/releases/download/Vanilla_${VANILLA_VERSION}/vanilla-${VANILLA_VERSION}.zip
1312
RUN unzip vanilla-${VANILLA_VERSION}.zip -d /tmp

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ BRANCH=$4
77
TIDEWAYS_ENV=$5
88
UPDATE_CACHE=""
99
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
1111
#docker create --name app $APP_NAME:latest

services/tideways.conf

Lines changed: 0 additions & 15 deletions
This file was deleted.

services/tideways.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)