Merge branch 'master' of https://github.com/maltejur/hsarch
This commit is contained in:
commit
22c4c4bec0
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