| name | deploy-to-azure |
| version | 1.1.0 |
| description | Build the Awakening platform image and deploy a configured companion to Azure Container Instances. |
Deploy to Azure
Build the platform image in Azure Container Registry and redeploy an Azure Container Instance using a companion deployment profile.
Usage
COMPANION_PATH=/workspaces/aloysius bash /workspaces/awakening/.github/skills/deploy-to-azure/deploy.sh
COMPANION_PATH must point at a companion repository containing deploy/azure.json.
Safety
- Platform build inputs come from
awakening.
- Companion deployment values come from the companion repo.
- Runtime secrets come from existing Azure secure environment variables or local
.env.
- Companion memory is not copied into the platform image.