Skip to content

Commit

Permalink
feat: 🎸 add deploy-vant.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiaoshuang committed May 27, 2024
1 parent e9927cd commit 7d16035
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/deploy-vant.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: release
on: [push, workflow_call]
jobs:
release-lcap-template:
runs-on: self-hosted
steps:
- name: Checkout from cloud-ui
uses: actions/checkout@v4
with:
clean: false

- name: Setup Node 20.10.0
uses: actions/setup-node@v4
with:
node-version: 20.10.0

- name: Clone from gitlab
uses: vusion/[email protected]

- name: Deploy to bucket
run: node ./jimmy/app/pipelines/github/deploy-vant.js

- name: Alert from Github
if: ${{ failure() }}
run: node ./jimmy/app/pipelines/github/alert-github.js

0 comments on commit 7d16035

Please sign in to comment.