File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ yarn global add now@11.0.6
11
11
# multiple orgs, so we need a separate deployment for each org
12
12
for org in " ${orgs[@]} " ; do
13
13
app_name=" $org -bot"
14
- 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 REPO_RELATIONSHIPS=$REPO_RELATIONSHIPS -e NODE_ENV=" production" )
14
+ 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 REPO_RELATIONSHIPS=" $REPO_RELATIONSHIPS " -e NODE_ENV=" production" )
15
15
now scale $app_url sfo 1 -T $team --token=$token
16
16
now alias set $app_url $app_name -T $team -t $token
17
17
now rm $app_name --safe -T $team -t $token -y || true
You can’t perform that action at this time.
0 commit comments