We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc4a91e + 59a583f commit 933a36fCopy full SHA for 933a36f
apps/docs/content/docs/core/applications/going-production.mdx
@@ -153,14 +153,12 @@ jobs:
153
uses: dokploy/dokploy-action@v1
154
run: |
155
curl -X 'POST' \
156
- 'https://<your-dokploy-domain>/api/trpc/application.deploy' \
+ 'https://<your-dokploy-domain>/api/application.deploy' \
157
-H 'accept: application/json' \
158
-H 'x-api-key: YOUR-GENERATED-API-KEY' \
159
-H 'Content-Type: application/json' \
160
-d '{
161
- "json":{
162
- "applicationId": "YOUR-APPLICATION-ID"
163
- }
+ "applicationId": "YOUR-APPLICATION-ID"
164
}'
165
```
166
0 commit comments