Account for failures in deploy script

This commit is contained in:
Claudio Ortolina
2026-03-21 21:09:51 +00:00
parent 83c9d710ef
commit dbb66c4094
+9
View File
@@ -20,4 +20,13 @@ retry: 40
retry-interval: 10s
HTTP 200
[Asserts]
jsonpath "$.status" != "in_progress"
# Verify the deployment actually succeeded - due to Coolify's architecture, we
# need to perform another request to isolate assertions
GET {{coolify_host}}/api/v1/deployments/{{deployment_uuid}}
Authorization: Bearer {{coolify_token}}
HTTP 200
[Asserts]
jsonpath "$.status" == "finished"