fix
This commit is contained in:
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user