This commit is contained in:
parent
2acefcecfa
commit
553297a1cd
@ -6,11 +6,15 @@ steps:
|
|||||||
- name: Build
|
- name: Build
|
||||||
image: python
|
image: python
|
||||||
commands:
|
commands:
|
||||||
|
- echo $${PASSWORD}
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -y install python3-systemd libsystemd-dev
|
- apt-get -y install python3-systemd libsystemd-dev
|
||||||
- pip install pex
|
- pip install pex
|
||||||
- pip install .
|
- pip install .
|
||||||
- pex ./ -m yamaha2mqtt -o yamaha2mqtt.pex
|
- pex ./ -m yamaha2mqtt -o yamaha2mqtt.pex
|
||||||
|
environment:
|
||||||
|
PASSWORD:
|
||||||
|
from_secret: ssh_key
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user