webcompile/.woodpecker.yml

20 lines
360 B
YAML
Raw Normal View History

2022-08-10 19:01:20 +01:00
pipeline:
build:
image: node:bullseye-slim
commands:
- npm install
- npm run build
publish:
image: appleboy/drone-ssh
settings:
host:
2022-08-10 19:18:55 +01:00
- projectsegfau.lt
2022-08-10 19:01:20 +01:00
username: $USERNAME
2022-08-10 19:26:14 +01:00
key:
from_secret: $KEY
2022-08-10 19:18:55 +01:00
port: 6665
2022-08-10 19:01:20 +01:00
command_timeout: 1m
script:
2022-08-10 19:13:25 +01:00
- cd $RPATH
2022-08-10 19:01:20 +01:00
- git pull