Skip to content

Commit d738281

Browse files
committed
Prepare notification for Mattermost - fixing syntax error in yml
1 parent 8b8eff7 commit d738281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727
- ssh-add
2828
- rclone config create api sftp host $FTP_HOST user $FTP_USER port 22
2929
- 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
30+
- curl -i -X POST -H 'Content-Type:application/json' -d '{"text":"api.joomla.org Deployment for assets was successfull."}' $MATTERMOST_NIGHTLY_HOOK
3131

3232
trigger:
3333
branch:
@@ -143,6 +143,6 @@ trigger:
143143

144144
---
145145
kind: signature
146-
hmac: 135c9cbd92381f355f3b1f64f6d4bdfec452e76839802882d62c55a882a5ad40
146+
hmac: a002e30e04f1c87e97ac1d7ca091e3a71f5d958b15cb162c91a2e6200701f48b
147147

148148
...

0 commit comments

Comments
 (0)