From 10a5e91202dcfe7588f060f14f99f27ef6e290a7 Mon Sep 17 00:00:00 2001 From: Connor McArthur Date: Mon, 13 Nov 2023 14:12:13 -0500 Subject: [PATCH] add deploy workflow --- .github/workflows/deploy.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 000000000..cff729e8e --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,12 @@ +name: Deploy hub.getdbt.com +on: + push: + branches: + - 'master' +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - name: Deploy + run: | + ./deploy.sh