This commit is contained in:
parent
c0209bb621
commit
ef3279aee5
48
.drone.yml
48
.drone.yml
@ -29,32 +29,32 @@ steps:
|
|||||||
- hass -c /config --script check_config
|
- hass -c /config --script check_config
|
||||||
|
|
||||||
- name: ssh
|
- name: ssh
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
from_secret: ssh_host
|
from_secret: ssh_host
|
||||||
username:
|
username:
|
||||||
from_secret: ssh_username
|
from_secret: ssh_username
|
||||||
password:
|
password:
|
||||||
from_secret: ssh_password
|
from_secret: ssh_password
|
||||||
port: 22
|
port: 22
|
||||||
script:
|
script:
|
||||||
- mkdir -p /home/sthope/testingdocker/iamhere
|
- mkdir -p /home/sthope/testingdocker/iamhere
|
||||||
|
|
||||||
- name: scp
|
- name: scp
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
from_secret: ssh_host
|
from_secret: ssh_host
|
||||||
user:
|
user:
|
||||||
from_secret: ssh_username
|
from_secret: ssh_username
|
||||||
password:
|
password:
|
||||||
from_secret: ssh_password
|
from_secret: ssh_password
|
||||||
port: 22
|
port: 22
|
||||||
command_timeout: 2m
|
command_timeout: 2m
|
||||||
target: /home/sthope/testingdocker/iamhere
|
target: /home/sthope/testingdocker/iamhere
|
||||||
source:
|
source:
|
||||||
- ./*
|
- ./*
|
||||||
|
|
||||||
- name: discord
|
- name: discord
|
||||||
pull: always
|
pull: always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user