Skip to content
Snippets Groups Projects
Unverified Commit 8bf76c42 authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Merge pull request #8550 from metabase/add-deploy-webhook

Add deploy webhook back to CircleCI 2.0 config
parents 4be5abbb f73ba5ba
No related merge requests found
......@@ -498,6 +498,16 @@ jobs:
no_output_timeout: 5m
########################################################################################################################
# DEPLOYMENT, ETC. #
########################################################################################################################
deploy-master:
<<: *defaults
steps:
- run: ./bin/deploy-webhook $DEPLOY_WEBHOOK
########################################################################################################################
# WORKFLOWS #
########################################################################################################################
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment