Fix script
continuous-integration/drone/push Build is passing Details

main
mat ess 2022-10-20 18:47:15 -04:00
parent 0a94ba4862
commit f4179ef114
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Drone-netlify
# drone-netlify
![Netlify logo](netlify.png?raw=true "netlify.com")

View File

@ -44,7 +44,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";
netlify deploy $NETLIFY_SITE $NETLIFY_DEPLOY_OPTIONS;
else
echo "> Error! site (site ID or name) and token are required"
exit 1