ci: deploy interactive BOM to 'bom.ljg.sh'
continuous-integration/drone Build is passing Details

This commit is contained in:
Luca 2024-10-31 21:01:48 +01:00
parent 57e303d364
commit 1432ba2e68
1 changed files with 20 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: