path flag

pull/2/head
techknowlogick 2020-01-28 20:03:33 -05:00 committed by GitHub
parent b14f2c6578
commit c9ada3a8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ fi
if [ -n "$PLUGIN_PATH" ]
then
NETLIFY_DEPLOY_OPTIONS="${NETLIFY_DEPLOY_OPTIONS} -p ${PLUGIN_PATH}"
NETLIFY_DEPLOY_OPTIONS="${NETLIFY_DEPLOY_OPTIONS} -d ${PLUGIN_PATH}"
else
NETLIFY_DEPLOY_OPTIONS="${NETLIFY_DEPLOY_OPTIONS} -p ./"
NETLIFY_DEPLOY_OPTIONS="${NETLIFY_DEPLOY_OPTIONS} -d ./"
fi
if [ -z "$PLUGIN_TOKEN" ]
@ -62,4 +62,4 @@ then
exit $rc
else
echo $'\n'"> Successfully deployed!"$'\n'
fi
fi