diff --git a/README.md b/README.md index 2a22238..1dc7e5b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Drone-netlify +# drone-netlify ![Netlify logo](netlify.png?raw=true "netlify.com") diff --git a/script.sh b/script.sh index ebefe62..2d25b99 100755 --- a/script.sh +++ b/script.sh @@ -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