Files
n8n-docs/.github/workflows/deploy.yml
Jan Oberhauser 090be59002 deploy
2020-06-29 14:41:52 +02:00

22 lines
341 B
YAML

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