diff --git a/.drone.yml b/.drone.yml index b855791..c886528 100644 --- a/.drone.yml +++ b/.drone.yml @@ -116,11 +116,14 @@ steps: - name: cp ftp image: cschlosser/drone-ftps - hostname: 123.56.203.112:21 - secrets: [ from_secret: ftp_username, from_secret: ftp_password ] - secure: true - dest_dir: /v6 - src_dir: /dist + environment: + PLUGIN_HOSTNAME: 123.56.203.112:21 + FTP_USERNAME: + from_secret: ftp_username + FTP_PASSWORD: + from_secret: ftp_password + PLUGIN_DEST_DIR: /v6 + PLUGIN_SRC_DIR: /dist volumes: - name: cache host: