Skip to content

Commit

Permalink
Fixing params
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed May 23, 2022
1 parent bc1cab8 commit c02ff6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Expand Up @@ -445,7 +445,7 @@ steps:
from_secret: notification_url
commands:
- export MINORVERSION=${DRONE_BRANCH%-*}
- rclone config create nightly sftp host $nightly_host user $nightly_user key_pem $nightly_key port 22
- rclone config create nightly sftp host $ssh_host user $ssh_user key_pem $ssh_key port 22
- rclone --dry-run delete nightly:/home/devj/public_html/nightlies/ --include "Joomla_$MINORVERSION.*"
- rclone --dry-run delete nightly:/home/devj/public_html/cache/com_content/"
- rclone --dry-run copy ./build/tmp/packages/ nightly:/home/devj/public_html/nightlies/ -v
Expand Down Expand Up @@ -474,6 +474,6 @@ steps:

---
kind: signature
hmac: 2291ab151330211f0924ff3afe822720348ea679e08640cb2d0a353f0c1fe2b0
hmac: 90edaaf9e317123508ae34db4069aac0667e159ae17bf30a3bfb308df0323608

...

0 comments on commit c02ff6a

Please sign in to comment.