website/.woodpecker.yml

19 lines
324 B
YAML
Raw Normal View History

2022-08-10 23:31:20 +05:30
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