Compare commits
No commits in common. "1432ba2e68650a9db9972f6ed12542fde5cff5ba" and "bdacabeb543f431d099540850bcaab3f91ad8ae2" have entirely different histories.
1432ba2e68
...
bdacabeb54
20
.drone.yml
20
.drone.yml
|
@ -15,26 +15,6 @@ 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:
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue