ligths-webapp/.drone.yml
Andre Henriques 4f1897afb4
Some checks failed
continuous-integration/drone/push Build is failing
chore: add mv
2023-07-11 21:02:42 +01:00

20 lines
311 B
YAML

---
kind: pipeline
type: exec
name: Build and deploy
steps:
- name: Build
commands:
- node --version | grep 20
- pnpm i
- pnpm build
- mv build/* /home/services/services/ligths-webserver
- ls /home/services/services/ligths-webserver
trigger:
branch:
- main
node:
lights: builder