We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8eff7 commit d738281Copy full SHA for d738281
.drone.yml
@@ -27,7 +27,7 @@ steps:
27
- ssh-add
28
- rclone config create api sftp host $FTP_HOST user $FTP_USER port 22
29
- rclone copy ./build/ api:/home/api/public_html -v
30
- - curl -i -X POST -H 'Content-Type:application/json' -d '{"text":"api.joomla.org: Deployment for assets was successfull."}' $MATTERMOST_NIGHTLY_HOOK
+ - curl -i -X POST -H 'Content-Type:application/json' -d '{"text":"api.joomla.org Deployment for assets was successfull."}' $MATTERMOST_NIGHTLY_HOOK
31
32
trigger:
33
branch:
@@ -143,6 +143,6 @@ trigger:
143
144
---
145
kind: signature
146
-hmac: 135c9cbd92381f355f3b1f64f6d4bdfec452e76839802882d62c55a882a5ad40
+hmac: a002e30e04f1c87e97ac1d7ca091e3a71f5d958b15cb162c91a2e6200701f48b
147
148
...
0 commit comments