Skip to content

Commit

Permalink
Adding trigger filtering and dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed May 23, 2022
1 parent 85c40be commit a05101d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .drone.yml
Expand Up @@ -459,7 +459,7 @@ steps:
from_secret: notification_url
commands:
- rclone config create nightly sftp host $nightly_host user $nightly_user pass $nightly_password port 22
- rclone copy ./build/tmp/packages/ nightly:/home/devj/public_html/nightlies/ -v
- rclone copy ./build/tmp/packages/ nightly:/home/devj/public_html/nightlies/ -v --dry-run
- /bin/notify

- name: buildfailure
Expand All @@ -474,17 +474,17 @@ steps:
- failure


#trigger:
# event:
# - cron
# - custom
# cron:
# - nightly
# repo:
# - joomla/joomla-cms
trigger:
event:
- cron
- custom
cron:
- nightly
repo:
- joomla/joomla-cms

---
kind: signature
hmac: cc0ace4bc9d4342f424e480bc4dad0c9ef2bf452492a9a6811624751cd4e7c16
hmac: 40726ddee042b6940dcefaa91924f4ac9f40a2b67e7f4f8d4d67ba54ec6b4dd3

...

0 comments on commit a05101d

Please sign in to comment.