Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ name: Deploy (Azure)
# Container Apps. Auth is GitHub OIDC → Azure (no stored password). See docs/deploy-azure.md for the
# one-time setup (Entra app + federated credential + role assignment + the repo secrets/vars below).
#
# Manual-only for now (run it from the Actions tab). Once the Azure OIDC secrets exist (docs/deploy-azure.md
# §5), add a `push:` trigger here to auto-deploy on merge to main:
# on:
# push: { branches: [main] }
# workflow_dispatch:
# Auto-deploys on every push to main (the GitHub OIDC → Azure secrets are configured — see
# docs/deploy-azure.md §5), and can also be run manually from the Actions tab.

on:
push:
branches: [main]
workflow_dispatch:

# Avoid overlapping deploys racing the same apps.
Expand Down
Loading