diff --git a/bin/deploy.sh b/bin/deploy.sh index 70a64b7..0cec0f2 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -13,7 +13,7 @@ else fi # if in travis, use the $NOW_TOKEN -NOW_COMMAND="now --team nolanlawson" +NOW_COMMAND="now --scope nolanlawson" if [[ ! -z "$NOW_TOKEN" ]]; then NOW_COMMAND="$NOW_COMMAND --token $NOW_TOKEN" fi