Skip to content

Commit 933a36f

Browse files
authored
Merge pull request #104 from dgrcode/patch-1
2 parents cc4a91e + 59a583f commit 933a36f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

apps/docs/content/docs/core/applications/going-production.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,12 @@ jobs:
153153
uses: dokploy/dokploy-action@v1
154154
run: |
155155
curl -X 'POST' \
156-
'https://<your-dokploy-domain>/api/trpc/application.deploy' \
156+
'https://<your-dokploy-domain>/api/application.deploy' \
157157
-H 'accept: application/json' \
158158
-H 'x-api-key: YOUR-GENERATED-API-KEY' \
159159
-H 'Content-Type: application/json' \
160160
-d '{
161-
"json":{
162-
"applicationId": "YOUR-APPLICATION-ID"
163-
}
161+
"applicationId": "YOUR-APPLICATION-ID"
164162
}'
165163
```
166164

0 commit comments

Comments
 (0)