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.