2021-08-05 11:10:25 +00:00
|
|
|
|
|
|
|
name: Ping Deploy
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches: [ v2 ]
|
|
|
|
pull_request:
|
|
|
|
branches: [ v2 ]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
deploy:
|
2021-08-05 11:14:33 +00:00
|
|
|
name: Ping deploy
|
2021-08-05 11:10:25 +00:00
|
|
|
runs-on: self-hosted
|
|
|
|
steps:
|
2021-08-05 11:14:33 +00:00
|
|
|
- name: Git Checkout Latest
|
2021-08-05 11:10:25 +00:00
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
|
|
|
- name: deploy
|
2021-08-05 13:11:11 +00:00
|
|
|
run: yarn install
|
2021-08-05 11:10:25 +00:00
|
|
|
run: yarn run vue-cli-service build
|