website/.woodpecker.yml
2022-08-10 19:13:25 +01:00

20 lines
348 B
YAML

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