Documentation
DEPLOYMENT_INVENTORY.md
arxsec-app / DEPLOYMENT_INVENTORY.md
Deployment Inventory
Current state as of 2026-05-15.
Domains
app.arxsec.ioresolves to Aptibleapi.arxsec.ioresolves to Aptible
Repo
- GitHub repo:
GetHammerpath/arxsec-app - Default branch:
main - GitHub environments: none configured yet
- GitHub Actions secrets: none configured yet
- GitHub deployments: none recorded yet
Repo-owned config
.github/workflows/api-quality.yml.github/workflows/frontend-quality.yml.github/workflows/openapi.yml.github/workflows/security.yml.github/workflows/aptible.yml.github/workflows/deploy.ymlaptible.ymlDockerfileDockerfile.frontend
Secret names expected by workflows
APTIBLE_US_USERNAMEAPTIBLE_US_PASSWORDAPTIBLE_US_ENVIRONMENTAPTIBLE_US_API_APPAPTIBLE_US_FRONTEND_APPAPTIBLE_EU_USERNAMEAPTIBLE_EU_PASSWORDAPTIBLE_EU_ENVIRONMENTAPTIBLE_EU_API_APPAPTIBLE_EU_FRONTEND_APPARXSEC_ENCRYPTION_KEYDD_API_KEYNEXT_PUBLIC_API_URLNEXT_PUBLIC_API_URL_USNEXT_PUBLIC_API_URL_EUNEXT_PUBLIC_APP_URLNEXT_PUBLIC_APP_URL_USNEXT_PUBLIC_APP_URL_EUNEXT_PUBLIC_SUPABASE_URLNEXT_PUBLIC_SUPABASE_URL_USNEXT_PUBLIC_SUPABASE_URL_EUNEXT_PUBLIC_SUPABASE_ANON_KEYNEXT_PUBLIC_SUPABASE_ANON_KEY_USNEXT_PUBLIC_SUPABASE_ANON_KEY_EUAPTIBLE_HEALTHCHECK_URL_USAPTIBLE_HEALTHCHECK_URL_EU
External dependencies still not migrated
- The old repo
GetHammerpath/Project-Agentcurrently holds all deployment-related GitHub secrets. - The old repo
GetHammerpath/Project-Agentcurrently holds the GitHub environmentsProductionandPreview. - The old repo has all recorded GitHub deployment history.
- This repo has deployment workflows, but without secrets they cannot deploy independently yet.
Required cutover before this repo is fully independent
- Recreate the Aptible and public env-var secrets in
GetHammerpath/arxsec-app. - Recreate any required GitHub environments and protections on this repo.
- Trigger deploys from this repo and verify both
app.arxsec.ioandapi.arxsec.io. - Disable deployment workflows or remove deploy secrets from
GetHammerpath/Project-Agentafter validation.