diff --git a/script.sh b/script.sh index 70144da..aa1c09d 100755 --- a/script.sh +++ b/script.sh @@ -4,6 +4,9 @@ set -e NETLIFY_SITE="" NETLIFY_DEPLOY_OPTIONS="" +ls +cat netlify.toml + if [ -n "$PLUGIN_PROD" ] && [ "$PLUGIN_PROD" != false ] then NETLIFY_DEPLOY_OPTIONS="--prod"