ci: deploy interactive BOM
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2025-02-16 22:52:25 +01:00
parent 8f719578ad
commit 20043dc148
1 changed files with 27 additions and 0 deletions

27
.drone.yml Normal file
View File

@ -0,0 +1,27 @@
---
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
trigger:
branch:
- main
event:
- push