This commit is contained in:
Salam-vsem
2025-05-19 16:01:54 +03:00
parent 4d0268e404
commit 53a969aefb

View File

@@ -47,7 +47,7 @@ jobs:
- name: Trigger Dokploy Deployment
run: |
curl -X 'POST' \
'https://${{ env.DOKPLOY_DOMAIN }}/api/trpc/application.deploy' \
'https://${{ vars.DOKPLOY_DOMAIN }}/api/trpc/application.deploy' \
-H 'accept: application/json' \
-H 'x-api-key:${{ secrets.DOKPLOY_API_KEY }}' \
-H 'Content-Type: application/json' \