chore(deps): update dependency textlint to v14.4.2 (#22188) #5064
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Deploy | |
'on': | |
push: | |
branches: | |
- main | |
schedule: | |
- cron: 9 11 * * * | |
jobs: | |
deploy-hm-api-node: | |
name: Deploy hm-api-node | |
runs-on: ubuntu-24.04 | |
environment: | |
name: production | |
url: https://www.hongbomiao.com | |
timeout-minutes: 10 | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Deploy to Render | |
env: | |
render_deploy_hook_url: ${{ secrets.RENDER_DEPLOY_HOOK_URL }} | |
run: | | |
curl "$render_deploy_hook_url" |