This commit is contained in:
mozzie 2023-03-06 13:13:02 +08:00
parent d8e6a8d55f
commit ff300648bd

View File

@ -23,7 +23,7 @@ steps:
- npm install -g pnpm - npm install -g pnpm
- pnpm i - pnpm i
- pnpm build:web - pnpm build:web
when: when:
event: tag event: tag
- name: 部署 - name: 部署
@ -36,4 +36,4 @@ steps:
target: /www/wwwroot/nginx/html/backset.cn/ target: /www/wwwroot/nginx/html/backset.cn/
source: ./dist/* source: ./dist/*
when: when:
event: tag event: tag