ci: deploy interactive BOM
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
8f719578ad
commit
20043dc148
|
@ -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
|
Loading…
Reference in New Issue