mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
Update going-production.mdx
This commit is contained in:
parent
fa06dd0284
commit
8316583cab
@ -155,7 +155,7 @@ jobs:
|
||||
curl -X 'POST' \
|
||||
'https://<your-dokploy-domain>/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.
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user