ready to deploy!
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Ryan Voots 2022-05-30 14:59:27 -04:00
parent b80f5a24bd
commit bd144e9089

View file

@ -96,7 +96,7 @@ steps:
from_secret: ha_ssh_key
commands:
- mkdir /root/.ssh && echo "$${SSH_KEY}" > /root/.ssh/id_ed25519 && chmod 0600 /root/.ssh/id_ed25519
- ssh -oStrictHostKeyChecking=no esphome@esphome-x86.home.simcop2387.info 'cd esphome/config; curl http://192.168.1.229:9000/drone/garden-water/dist/garden-watering.yaml -o garden-watering.yaml; esphome upload --device garden-watering.local garden-watering.yaml;'
- ssh -oStrictHostKeyChecking=no esphome@esphome-x86.home.simcop2387.info 'cd esphome/config; curl http://192.168.1.229:9000/drone/garden-water/garden-watering.tar.gz -o /tmp/garden-watering.tar.gz; tar -xvf /tmp/garden-watering.tar.gz --strip-components=1; esphome upload --device garden-watering.local garden-watering.yaml;'
volumes:
- name: dockersock