1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2026-03-07 21:36:14 +01:00
infrastructure/roles/buildbtw/files/hooks.json
2025-12-24 04:53:50 +01:00

25 lines
439 B
JSON

[
{
"id": "deploy-branch",
"execute-command": "/usr/local/bin/buildbtw-deploy-image.sh",
"pass-arguments-to-command":
[
{
"source": "url",
"name": "image-tag"
}
]
},
{
"id": "undeploy-branch",
"execute-command": "/usr/local/bin/buildbtw-undeploy-image.sh",
"pass-arguments-to-command":
[
{
"source": "url",
"name": "image-tag"
}
]
}
]