test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nicolas Duhamel 2021-11-01 09:37:45 +01:00
parent 2acefcecfa
commit 553297a1cd

View File

@ -6,11 +6,15 @@ steps:
- name: Build
image: python
commands:
- echo $${PASSWORD}
- apt-get update
- apt-get -y install python3-systemd libsystemd-dev
- pip install pex
- pip install .
- pex ./ -m yamaha2mqtt -o yamaha2mqtt.pex
environment:
PASSWORD:
from_secret: ssh_key
- name: Deploy
image: appleboy/drone-scp
settings: