add ci
This commit is contained in:
parent
d7fbe18858
commit
d94b117976
19
.github/workflows/deploy.yaml
vendored
Normal file
19
.github/workflows/deploy.yaml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
name: Ping Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ v2 ]
|
||||
pull_request:
|
||||
branches: [ v2 ]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
name: Look deploy
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Git Checkout master
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: deploy
|
||||
run: yarn run vue-cli-service build
|
Loading…
Reference in New Issue
Block a user