Update API endpoint in Dokploy deployment instructions

This commit is contained in:
Daniel González Reina
2025-12-09 20:24:59 +00:00
committed by GitHub
parent 7ab0dc1e54
commit e1af3a8759

View File

@@ -153,7 +153,7 @@ jobs:
uses: dokploy/dokploy-action@v1
run: |
curl -X 'POST' \
'https://<your-dokploy-domain>/api/trpc/application.deploy' \
'https://<your-dokploy-domain>/api/application.deploy' \
-H 'accept: application/json' \
-H 'x-api-key: YOUR-GENERATED-API-KEY' \
-H 'Content-Type: application/json' \