fix: add -k to Dokploy webhook curl
All checks were successful
Build Docker Image / build (push) Successful in 3m27s
All checks were successful
Build Docker Image / build (push) Successful in 3m27s
This commit is contained in:
@@ -28,4 +28,4 @@ jobs:
|
|||||||
tags: gitea.dsrptlab.com/optovia/billing/billing:latest
|
tags: gitea.dsrptlab.com/optovia/billing/billing:latest
|
||||||
|
|
||||||
- name: Deploy to Dokploy
|
- name: Deploy to Dokploy
|
||||||
run: curl -X POST "https://dokploy.dsrptlab.com/api/deploy/compose/K0dZrcbOfbsmAyD1y8VwE"
|
run: curl -k -X POST "https://dokploy.dsrptlab.com/api/deploy/compose/K0dZrcbOfbsmAyD1y8VwE"
|
||||||
|
|||||||
Reference in New Issue
Block a user