diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 000000000..0ed9f6de9 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,21 @@ +name: Deploy + +on: + push: + branches: + - master + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v1 + with: + node-version: 12.x + - name: npm install, build, and test + run: | + ./deploy.sh diff --git a/CNAME b/CNAME index c905a51f3..60b0705a1 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -docs-staging.n8n.io \ No newline at end of file +docs.n8n.io