Add debug 2
continuous-integration/drone/push Build is passing Details

main
mat ess 2022-10-20 22:59:45 -04:00
parent 809c5f10f2
commit 9a6c3ac24a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ if [ -n "$PLUGIN_SITE" ]
then
NETLIFY_SITE="--auth $PLUGIN_TOKEN --site $PLUGIN_SITE"
echo "> Deploying on Netlify…" &&
netlify deploy $NETLIFY_SITE $NETLIFY_DEPLOY_OPTIONS --message "$DRONE_COMMIT_MESSAGE";
echo netlify deploy $NETLIFY_SITE $NETLIFY_DEPLOY_OPTIONS --message "$DRONE_COMMIT_MESSAGE";
else
echo "> Error! site (site ID or name) and token are required"
exit 1