Skip to content

Commit 4433d52

Browse files
committed
Fix spacing
1 parent 341d312 commit 4433d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org="fusionjs"
88
app_name="$org-bot"
99

1010
yarn global add now@11.0.6
11-
app_url=$(now --npm --name=$app_name -T $team -t $token --public -e PRIVATE_KEY="@probot-$org-private-key" -e APP_ID="@probot-$org-app-id" -e WEBHOOK_SECRET="@probot-$org-webhook-secret" -e BUILDKITE_TOKEN=@buildkite-token -e GH_TOKEN="$GH_TOKEN" -e REPO_RELATIONSHIPS="$REPO_RELATIONSHIPS"-e PROBOT_REPO_WHITELIST="$PROBOT_REPO_WHITELIST" -e NODE_ENV="production")
11+
app_url=$(now --npm --name=$app_name -T $team -t $token --public -e PRIVATE_KEY="@probot-$org-private-key" -e APP_ID="@probot-$org-app-id" -e WEBHOOK_SECRET="@probot-$org-webhook-secret" -e BUILDKITE_TOKEN=@buildkite-token -e GH_TOKEN="$GH_TOKEN" -e REPO_RELATIONSHIPS="$REPO_RELATIONSHIPS" -e PROBOT_REPO_WHITELIST="$PROBOT_REPO_WHITELIST" -e NODE_ENV="production")
1212
now scale $app_url sfo 1 -T $team --token=$token
1313
now alias set $app_url $app_name -T $team -t $token
1414
now rm $app_name --safe -T $team -t $token -y || true

0 commit comments

Comments
 (0)