ci: deploy interactive BOM to 'bom.ljg.sh'
continuous-integration/drone Build is passing
Details
continuous-integration/drone Build is passing
Details
This commit is contained in:
parent
57e303d364
commit
1432ba2e68
20
.drone.yml
20
.drone.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue