Skip to content

Commit

Permalink
Add deploy webhook back to CircleCI 2.0 config
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Sep 18, 2018
1 parent 4be5abb commit f73ba5b
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,16 @@ jobs:
no_output_timeout: 5m


########################################################################################################################
# DEPLOYMENT, ETC. #
########################################################################################################################

deploy-master:
<<: *defaults
steps:
- run: ./bin/deploy-webhook $DEPLOY_WEBHOOK


########################################################################################################################
# WORKFLOWS #
########################################################################################################################
Expand Down Expand Up @@ -586,3 +596,31 @@ workflows:
requires:
- build-uberjar
- fe-deps
- deploy-master:
requires:
- be-linter-eastwood
- be-linter-docstring-checker
- be-linter-bikeshed
- be-linter-reflection-warnings
- be-tests
- be-tests-mysql
- be-tests-postgres
- be-tests-sparksql
- be-tests-mongo
- be-tests-sqlserver
- be-tests-bigquery
- be-tests-sqlite
- be-tests-presto
- be-tests-oracle
- be-tests-druid
- be-tests-redshift
- be-tests-vertica
- fe-linter-eslint
- fe-linter-prettier
- fe-linter-flow
- fe-tests-karma
- fe-tests-unit
- fe-tests-integrated
filters:
branches:
only: master

0 comments on commit f73ba5b

Please sign in to comment.