This commit is contained in:
14
.drone.yml
14
.drone.yml
@@ -28,19 +28,17 @@ steps:
|
|||||||
# PLUGIN_EXCLUDE: ^\.git/$
|
# PLUGIN_EXCLUDE: ^\.git/$
|
||||||
|
|
||||||
- name: dell-sftp-deploy
|
- name: dell-sftp-deploy
|
||||||
image: appleboy/drone-scp
|
image: hypervtechnics/drone-sftp
|
||||||
settings:
|
settings:
|
||||||
host:
|
host: ftp.emc.com
|
||||||
- ftp.emc.com
|
|
||||||
username:
|
username:
|
||||||
from_secret: FTP_USERNAME
|
from_secret: FTP_USERNAME
|
||||||
password:
|
password:
|
||||||
from_secret: FTP_PASSWORD
|
from_secret: FTP_PASSWORD
|
||||||
port: 22
|
port: 22
|
||||||
command_timeout: 2m
|
source: ./
|
||||||
|
filter: events*
|
||||||
|
clean: false
|
||||||
target: /
|
target: /
|
||||||
overwrite: true
|
overwrite: true
|
||||||
debug: true
|
verbose: true
|
||||||
source:
|
|
||||||
- events
|
|
||||||
- events_checksum.txt
|
|
||||||
|
Reference in New Issue
Block a user