ci(other): cicd
Some checks failed
CI Build & Deploy / build-and-deploy-dev (push) Has been skipped
CI Build & Deploy / build-and-deploy-prod (push) Has been cancelled

This commit is contained in:
2026-01-19 03:07:44 +08:00
parent 2b97d4ef6c
commit 66f7148a9f

View File

@@ -4,7 +4,7 @@ on:
push: push:
branches: branches:
- test - test
- main - master
jobs: jobs:
build-and-deploy-dev: build-and-deploy-dev:
@@ -85,7 +85,7 @@ jobs:
curl -sS -H 'Content-Type: application/json' -d "{\"msgtype\":\"markdown\",\"markdown\":{\"content\":\"$MSG\"}}" "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=${WEBHOOK_KEY}" curl -sS -H 'Content-Type: application/json' -d "{\"msgtype\":\"markdown\",\"markdown\":{\"content\":\"$MSG\"}}" "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=${WEBHOOK_KEY}"
build-and-deploy-prod: build-and-deploy-prod:
if: gitea.ref_name == 'main' if: gitea.ref_name == 'master'
runs-on: gitea_act_runner runs-on: gitea_act_runner
container: container:
image: node:24-alpine image: node:24-alpine