CI: 修改名称
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
奇趣保罗 2023-12-13 23:57:23 +08:00
parent 2798c925fb
commit abd232d580
1 changed files with 19 additions and 19 deletions

View File

@ -1,19 +1,19 @@
--- ---
kind: pipeline kind: pipeline
type: exec type: exec
name: simpleVue name: simpleVue
steps: steps:
- name: echo nodejs version - name: echo nodejs version
commands: commands:
node -v node -v
- name: install deps - name: install deps
commands: commands:
pnpm i pnpm i
- name: build - name: build
commands: commands:
pnpm build pnpm build
- name: sync files - name: sync files
commands: commands:
ssh paul.ren -p 7963 -l root "mkdir /data/wwwroot/dronetest" ssh paul.ren -p 7963 -l root "mkdir /data/wwwroot/dronetest"
scp -r -P 7963 dist/* root@paul.ren:/data/wwwroot/dronetest scp -r -P 7963 dist/* root@paul.ren:/data/wwwroot/dronetest