Skip to content

feat: 🎸 add deploy-vant.yml #1

feat: 🎸 add deploy-vant.yml

feat: 🎸 add deploy-vant.yml #1

Workflow file for this run

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