Skip to content

remove online demo

remove online demo #4

# Controls when the action will run. Triggers the workflow on push request for the master branch
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to LeanEngine
uses: enflo/[email protected]
with:
curl: -X POST https://cn-e1-console-api.leancloud.cn/1.1/engine/groups/web/production/version?gitTag=${{ github.sha }}&token=${{ secrets.DEPLOY_TOKEN }}