From 1a7fe37b67a59c297a02f8c3aafc29ddf9450c28 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Wed, 28 Oct 2020 11:40:03 -0500 Subject: [PATCH] Clean up syntax errors in notify json .drone.yml --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1bbb219..73e5be8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -96,7 +96,7 @@ steps: target: production # =============== BUILD NOTIFICATIONS =============== - - name: send buile success notifications + - name: send build success notifications image: plugins/webhook settings: urls: @@ -105,7 +105,7 @@ steps: template: | { "title": "Drone-CI [noded-frontend @ ${DRONE_BUILD_NUMBER}]", - "message": "Build completed successfully. (Changes by ${DRONE_COMMIT_AUTHOR}: ${DRONE_COMMIT_MESSAGE})", + "message": "Build completed successfully. (Changes by ${DRONE_COMMIT_AUTHOR})", "priority": 4 } when: @@ -122,7 +122,7 @@ steps: template: | { "title": "Drone-CI [noded-frontend @ ${DRONE_BUILD_NUMBER}]", - "message": "Build failed! (Changes by ${DRONE_COMMIT_AUTHOR}: ${DRONE_COMMIT_MESSAGE})", + "message": "Build failed! (Changes by ${DRONE_COMMIT_AUTHOR})", "priority": 6 } when: @@ -141,7 +141,7 @@ steps: template: | { "title": "Drone-Deploy [noded-frontend @ ${DRONE_BUILD_NUMBER} to ${DRONE_DEPLOY_TO}]", - "message": "Deployment completed successfully. (Changes by ${DRONE_COMMIT_AUTHOR}: ${DRONE_COMMIT_MESSAGE})", + "message": "Deployment completed successfully. (Changes by ${DRONE_COMMIT_AUTHOR})", "priority": 4 } when: @@ -157,7 +157,7 @@ steps: template: | { "title": "Drone-Deploy [noded-frontend @ ${DRONE_BUILD_NUMBER} to ${DRONE_DEPLOY_TO}]", - "message": "Deployment failed! (Changes by ${DRONE_COMMIT_AUTHOR}: ${DRONE_COMMIT_MESSAGE})", + "message": "Deployment failed! (Changes by ${DRONE_COMMIT_AUTHOR})", "priority": 6 } when: