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