From 8316583cab3e44722eaf92892d2acfe15e5d79f5 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Tue, 22 Apr 2025 00:37:00 -0600 Subject: [PATCH] Update going-production.mdx --- apps/docs/content/docs/core/applications/going-production.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/content/docs/core/applications/going-production.mdx b/apps/docs/content/docs/core/applications/going-production.mdx index 2769982..91ca961 100644 --- a/apps/docs/content/docs/core/applications/going-production.mdx +++ b/apps/docs/content/docs/core/applications/going-production.mdx @@ -155,7 +155,7 @@ jobs: curl -X 'POST' \ 'https:///api/trpc/application.deploy' \ -H 'accept: application/json' \ - -H 'Authorization: Bearer YOUR-TOKEN' \ + -H 'x-api-key: YOUR-GENERATED-API-KEY' \ -H 'Content-Type: application/json' \ -d '{ "json":{ @@ -210,4 +210,4 @@ Paste the following code: Now you everything a production ready application with automated deployments, zero downtime, rollbacks and healthchecks. -We recommend strongly to use this approach in production since this will make your server never build the application, will only in charge of the deployment keeping your server without any downtime. \ No newline at end of file +We recommend strongly to use this approach in production since this will make your server never build the application, will only in charge of the deployment keeping your server without any downtime.