Skip to content

Commit

Permalink
Remove deployment script in CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Jan 17, 2023
1 parent ce8d6b0 commit 571e845
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Expand Up @@ -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
Expand Down

0 comments on commit 571e845

Please sign in to comment.