diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml new file mode 100644 index 00000000..398a8444 --- /dev/null +++ b/.github/workflows/deploy.yaml @@ -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 \ No newline at end of file