Skip to content

Commit

Permalink
Merge pull request taptap#1153 from taptap/refactor-tds-hk-docs
Browse files Browse the repository at this point in the history
refactor: 还原 leancloud 部署流程
  • Loading branch information
antigloss authored Aug 27, 2024
2 parents 07e4943 + 8226d1a commit 5913783
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Controls when the action will run. Triggers the workflow on push request for the master branch
on:
push:
branches: [master]
schedule:
- cron: '0 */2 * * *'

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
token: ${{ secrets.VERSION_TOKEN }}

- name: Deploy to LeanEngine
uses: enflo/[email protected]
with:
curl: -X POST https://console-api.cn-n1.lcops.cn/1.1/engine/groups/web/production/version?gitTag=${{ github.sha }}&token=${{ secrets.DEPLOY_TOKEN }}

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"description": "The label for category 内嵌动态 in sidebar sdk"
},
"sidebar.sdk.category.内建账户": {
"message": "TDS Authentication",
"message": "Authentication",
"description": "The label for category 内建账户 in sidebar sdk"
},
"sidebar.sdk.category.游戏好友": {
Expand Down

0 comments on commit 5913783

Please sign in to comment.