1
0
Fork 0

Create deploy.yml

This commit is contained in:
maltejur 2020-11-02 19:32:36 +01:00 committed by GitHub
parent 5cd1915f2c
commit 9b77bd4fdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.github/workflows/deploy.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: Build and deploy
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and deploy
uses: borales/actions-yarn@v2.0.0
with:
cmd: deploy