mirror of
https://github.com/Dokploy/website.git
synced 2026-06-29 11:05:37 +02:00
Merge pull request #104 from dgrcode/patch-1
This commit is contained in:
@@ -153,14 +153,12 @@ 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' \
|
||||
-d '{
|
||||
"json":{
|
||||
"applicationId": "YOUR-APPLICATION-ID"
|
||||
}
|
||||
"applicationId": "YOUR-APPLICATION-ID"
|
||||
}'
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user