ci: Add npm bulid
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
moanos [he/him] 2024-07-31 15:05:33 +02:00
parent 8124b08b88
commit a886d6575f

View File

@ -3,7 +3,11 @@
steps:
build:
image: node:latest
commands:
- npm install
- npm run build
deploy:
image: appleboy/drone-scp
settings:
@ -14,6 +18,6 @@ steps:
from_secret: ssh_user
target:
from_secret: path
source: src/
source: public/
key:
from_secret: ssh_key