woodpecker

This commit is contained in:
Midou36O 2022-08-10 19:01:20 +01:00
parent 6bfee8b51f
commit 15d3cdc20c
Signed by untrusted user: midou
GPG Key ID: 08063D5407090BC2

18
.woodpecker.yml Normal file
View File

@ -0,0 +1,18 @@
pipeline:
build:
image: node:bullseye-slim
commands:
- npm install
- npm run build
publish:
image: appleboy/drone-ssh
settings:
host:
- $HOST
username: $USERNAME
key: $KEY
port: $PORT
command_timeout: 1m
script:
- $RPATH
- git pull