Create deploy.yml
This commit is contained in:
parent
5cd1915f2c
commit
9b77bd4fdf
1 changed files with 15 additions and 0 deletions
15
.github/workflows/deploy.yml
vendored
Normal file
15
.github/workflows/deploy.yml
vendored
Normal 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
|
||||
Loading…
Add table
Reference in a new issue