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 @@ -8,7 +8,7 @@ org="fusionjs"
8
8
app_name=" $org -bot"
9
9
10
10
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" )
12
12
now scale $app_url sfo 1 -T $team --token=$token
13
13
now alias set $app_url $app_name -T $team -t $token
14
14
now rm $app_name --safe -T $team -t $token -y || true
You can’t perform that action at this time.
0 commit comments