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:
|
2022-08-10 23:48:55 +05:30
|
|
|
- projectsegfau.lt
|
2022-08-10 23:31:20 +05:30
|
|
|
username: $USERNAME
|
2022-08-10 23:56:14 +05:30
|
|
|
key:
|
|
|
|
from_secret: $KEY
|
2022-08-10 23:48:55 +05:30
|
|
|
port: 6665
|
2022-08-10 23:31:20 +05:30
|
|
|
command_timeout: 1m
|
|
|
|
script:
|
2022-08-10 23:43:25 +05:30
|
|
|
- cd $RPATH
|
2022-08-10 23:31:20 +05:30
|
|
|
- git pull
|