mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
Update API endpoint in Dokploy deployment instructions
This commit is contained in:
committed by
GitHub
parent
7ab0dc1e54
commit
e1af3a8759
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user