This commit is contained in:
Jan Oberhauser
2020-06-29 14:41:52 +02:00
parent dd91ba8cd2
commit 090be59002
2 changed files with 22 additions and 1 deletions

21
.github/workflows/deploy.yml vendored Normal file
View File

@@ -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

2
CNAME
View File

@@ -1 +1 @@
docs-staging.n8n.io
docs.n8n.io