Compare commits

...

2 Commits

Author SHA1 Message Date
Luca 1432ba2e68 ci: deploy interactive BOM to 'bom.ljg.sh'
continuous-integration/drone Build is passing Details
2024-10-31 21:01:48 +01:00
Luca 57e303d364 docs(faderboard): add interactive BOM 2024-10-31 21:00:57 +01:00
2 changed files with 4689 additions and 0 deletions

View File

@ -15,6 +15,26 @@ steps:
- git checkout "$DRONE_COMMIT"
- chown -R 29380:29380 .
- name: deploy faderboard 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}/faderboard
source: faderboard/bom/ibom.html
strip_components: 2
overwrite: yes
when:
event:
- push
branch:
- main
- name: build firmware for faderboard
image: git.luj0ga.de/luca/docker-embedded-rust
commands:

4669
faderboard/bom/ibom.html Normal file

File diff suppressed because one or more lines are too long