Fix SSL cert error in Dokploy webhook call
All checks were successful
Build Docker Image / build (push) Successful in 5m40s
All checks were successful
Build Docker Image / build (push) Successful in 5m40s
This commit is contained in:
@@ -28,4 +28,4 @@ jobs:
|
||||
tags: gitea.dsrptlab.com/optovia/webapp/webapp:latest
|
||||
|
||||
- name: Deploy to Dokploy
|
||||
run: curl -X POST "https://dokploy.optovia.ru/api/deploy/0_iNAXPDx28BLZIddGTzB"
|
||||
run: curl -k -X POST "https://dokploy.optovia.ru/api/deploy/0_iNAXPDx28BLZIddGTzB"
|
||||
|
||||
Reference in New Issue
Block a user