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