Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
sthope 2021-09-02 14:09:53 +02:00
parent c0209bb621
commit ef3279aee5

View File

@ -29,32 +29,32 @@ steps:
- hass -c /config --script check_config
- name: ssh
image: appleboy/drone-ssh
settings:
host:
from_secret: ssh_host
username:
from_secret: ssh_username
password:
from_secret: ssh_password
port: 22
script:
- mkdir -p /home/sthope/testingdocker/iamhere
image: appleboy/drone-ssh
settings:
host:
from_secret: ssh_host
username:
from_secret: ssh_username
password:
from_secret: ssh_password
port: 22
script:
- mkdir -p /home/sthope/testingdocker/iamhere
- name: scp
image: appleboy/drone-scp
settings:
host:
from_secret: ssh_host
user:
from_secret: ssh_username
password:
from_secret: ssh_password
port: 22
command_timeout: 2m
target: /home/sthope/testingdocker/iamhere
source:
- ./*
image: appleboy/drone-scp
settings:
host:
from_secret: ssh_host
user:
from_secret: ssh_username
password:
from_secret: ssh_password
port: 22
command_timeout: 2m
target: /home/sthope/testingdocker/iamhere
source:
- ./*
- name: discord
pull: always