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: