cosmos-explorer/.github/workflows/deploy.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 20: mapping key "run" already defined at line 19
2021-08-05 21:11:11 +08:00

20 lines
320 B
YAML

name: Ping Deploy
on:
push:
branches: [ v2 ]
pull_request:
branches: [ v2 ]
jobs:
deploy:
name: Ping deploy
runs-on: self-hosted
steps:
- name: Git Checkout Latest
uses: actions/checkout@v2
- name: deploy
run: yarn install
run: yarn run vue-cli-service build