Deploy using HURL

So that the deployment can be monitored
This commit is contained in:
Claudio Ortolina
2025-09-14 17:36:01 +03:00
parent ecb830b2fd
commit f5e37b66cf
3 changed files with 31 additions and 6 deletions
+3 -3
View File
@@ -168,10 +168,10 @@ run = 'rm data/music_library_prod*'
description = 'Run HTTP tests against production'
run = 'hurl --test test/prod.hurl'
[tasks."prod:trigger-deploy"]
description = 'Trigger a deploy on production infra'
[tasks."prod:deploy"]
description = 'Deploy on production and monitor'
run = """
curl --request GET "$COOLIFY_WEBHOOK" --header "Authorization: Bearer $COOLIFY_TOKEN"
hurl --test --progress-bar scripts/deploy.hurl
"""
# GIT TOOLING