Use drone commit message
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
f4179ef114
commit
b20baf7ec6
|
@ -35,10 +35,7 @@ then
|
|||
NETLIFY_DEPLOY_OPTIONS="${NETLIFY_DEPLOY_OPTIONS} --alias ${DRONE_COMMIT_SHA}"
|
||||
fi
|
||||
|
||||
message="Automated deploy from build.mat.services
|
||||
(${DRONE_COMMIT_BRANCH} @ ${DRONE_COMMIT_SHA})
|
||||
$DRONE_COMMIT_MESSAGE"
|
||||
NETLIFY_DEPLOY_OPTIONS="${NETLIFY_DEPLOY_OPTIONS} --message '$message'"
|
||||
NETLIFY_DEPLOY_OPTIONS="${NETLIFY_DEPLOY_OPTIONS} --message '$DRONE_COMMIT_MESSAGE'"
|
||||
|
||||
if [ -n "$PLUGIN_SITE" ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue