We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07dddc0 commit e8f24ebCopy full SHA for e8f24eb
.github/workflows/lean-cloud.yml
@@ -0,0 +1,13 @@
1
+# Controls when the action will run. Triggers the workflow on push request for the master branch
2
+on:
3
+ push:
4
+ branches: [ master ]
5
+
6
+jobs:
7
+ deploy:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Deploy to LeanEngine
11
+ uses: enflo/curl-action@v1.2
12
+ with:
13
+ curl: -X POST https://cn-n1-console-api.leancloud.cn/1.1/engine/groups/web/production/version?gitTag=${{ github.sha }}&token=${{ secrets.DEPLOY_TOKEN }}
0 commit comments