mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-16 21:23:00 +05:30
woodpecker
This commit is contained in:
parent
6bfee8b51f
commit
15d3cdc20c
18
.woodpecker.yml
Normal file
18
.woodpecker.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user