From 571e8455d84b165f568d40aef603ec34b7f04ebb Mon Sep 17 00:00:00 2001 From: Daniel Silhavy Date: Tue, 17 Jan 2023 16:23:34 +0100 Subject: [PATCH] Remove deployment script in CircleCI config --- .circleci/config.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9e8c04ff93..59eb442bd8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -87,14 +87,6 @@ jobs: - checkout - dependencies_setup - build_unit_test_steps - - deploy: - name: Deploy - command: | - if [ "${CIRCLE_BRANCH}" = "development" ] && [ -n "$DEPLOY_HOST" ] && [ -n "$DEPLOY_USER" ] && [ -n "$DEPLOY_PASSWORD" ]; then - node deploy.js --host=$DEPLOY_HOST --user=$DEPLOY_USER --password=$DEPLOY_PASSWORD - else - echo "Not on development branch or deploy not configured. Dry run only, nothing will be deployed." - fi merge-build-and-unit-test: executor: dashjs-executor