From f4179ef1146f23a4a5f2b4c00e4a2fbbee8b231a Mon Sep 17 00:00:00 2001 From: mat ess Date: Thu, 20 Oct 2022 18:47:15 -0400 Subject: [PATCH] Fix script --- README.md | 2 +- script.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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