fix: add -k to curl for self-signed SSL on Dokploy webhook
All checks were successful
Build Docker Image / build (push) Successful in 1m34s
All checks were successful
Build Docker Image / build (push) Successful in 1m34s
This commit is contained in:
@@ -28,4 +28,4 @@ jobs:
|
||||
tags: gitea.dsrptlab.com/optovia/geo/geo:latest
|
||||
|
||||
- name: Deploy to Dokploy
|
||||
run: curl -X POST "https://dokploy.optovia.ru/api/deploy/_9J00xDYcVjW0E8jhI-jj"
|
||||
run: curl -k -X POST "https://dokploy.optovia.ru/api/deploy/_9J00xDYcVjW0E8jhI-jj"
|
||||
|
||||
Reference in New Issue
Block a user