27 lines
480 B
YAML
27 lines
480 B
YAML
---
|
|
|
|
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: deploy BOM
|
|
image: appleboy/drone-scp
|
|
settings:
|
|
host: dragon.luj0ga.de
|
|
port: 4222
|
|
username: www-data
|
|
key:
|
|
from_secret: ssh_key
|
|
passphrase:
|
|
from_secret: ssh_passphrase
|
|
target: /var/www/bom.ljg.sh/${DRONE_REPO_NAME}
|
|
source: bom/ibom.html
|
|
strip_components: 1
|
|
overwrite: yes
|
|
when:
|
|
event:
|
|
- push
|
|
branch:
|
|
- main
|