From 090be59002c80ae7473509c915b60302ecedadf8 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Mon, 29 Jun 2020 14:41:52 +0200 Subject: [PATCH] deploy --- .github/workflows/deploy.yml | 21 +++++++++++++++++++++ CNAME | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) 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..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