This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -8,14 +8,14 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: appleboy/drone-ssh
|
image: drillster/drone-rsync
|
||||||
settings:
|
settings:
|
||||||
host:
|
hosts: ["ebin01.wks"]
|
||||||
- ebin02.wks
|
source: ./
|
||||||
username: admini
|
target: /data/radi1-ssd/app-data/homer-assets/
|
||||||
|
user: admini
|
||||||
key:
|
key:
|
||||||
from_secret: ssh
|
from_secret: ssh
|
||||||
port: 22
|
|
||||||
command_timeout: 2m
|
command_timeout: 2m
|
||||||
script:
|
script:
|
||||||
- echo "Hello World"
|
- echo "Hello World"
|
||||||
Reference in New Issue
Block a user