Some checks are pending
CD Production (Hetzner k3s) / Promote Images (preprod → prod) (push) Waiting to run
CD Production (Hetzner k3s) / Deploy to k3s (xpeditis-prod) (push) Blocked by required conditions
CD Production (Hetzner k3s) / Smoke Tests (push) Blocked by required conditions
CD Production (Hetzner k3s) / Deployment Summary (push) Blocked by required conditions
CD Production (Hetzner k3s) / Notify Success (push) Blocked by required conditions
CD Production (Hetzner k3s) / Notify Failure (push) Blocked by required conditions
Aligns main with the complete application codebase (cicd branch). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(docker-compose:*)",
|
|
"Bash(npm run lint)",
|
|
"Bash(npm run lint:*)",
|
|
"Bash(npm run backend:lint)",
|
|
"Bash(npm run backend:build:*)",
|
|
"Bash(npm run frontend:build:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(git rm:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(npx nest:*)",
|
|
"Read(//Users/david/Documents/xpeditis/**)",
|
|
"Bash(find:*)",
|
|
"Bash(npm test)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(git reset:*)",
|
|
"Bash(curl:*)",
|
|
"Read(//private/tmp/**)",
|
|
"Bash(lsof:*)",
|
|
"Bash(awk:*)",
|
|
"Bash(xargs kill:*)",
|
|
"Read(//dev/**)",
|
|
"Bash(psql:*)",
|
|
"Bash(npx ts-node:*)",
|
|
"Bash(python3:*)",
|
|
"Read(//Users/david/.docker/**)",
|
|
"Bash(env)",
|
|
"Bash(ssh david@xpeditis-cloud \"docker ps --filter name=xpeditis-backend --format ''{{.ID}} {{.Status}}''\")",
|
|
"Bash(git revert:*)",
|
|
"Bash(git log:*)",
|
|
"Bash(xargs -r docker rm:*)",
|
|
"Bash(npm run migration:run:*)",
|
|
"Bash(npm run dev:*)",
|
|
"Bash(npm run backend:dev:*)",
|
|
"Bash(env -i PATH=\"$PATH\" HOME=\"$HOME\" node:*)",
|
|
"Bash(PGPASSWORD=xpeditis_dev_password psql -h localhost -U xpeditis -d xpeditis_dev -c:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|