feat: add Azure/Caddy staging infra, GitHub Pages portfolio, and hardened CI for Module 14 prep - #13
Merged
Merged
Conversation
…ened CI for Module 14 prep Adds the Azure Bicep template, staging Caddy gateway/compose stack, the devops evidence hub docs, GitHub Pages portfolio page, and CI hardening (CodeQL/pinned actions/azure-deploy/publish-gateway-image workflows). Ahead of Module 14; not required by Module 7.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What changed
infra/azure/main.bicep(Azure IaC).ops/gateway/{Caddyfile,Dockerfile}andops/staging/{compose.yaml,Caddyfile,.env.example,cors.staging.example.json,README.md}for a same-origin staging gateway stack.docs/devops/{README,azure-student-deployment,github-hardening-checklist,github-pages,release-evidence}.md..github/workflows/{azure-deploy.yml,ci.yml,deploy-pages.yml,publish-gateway-image.yml}.portfolio/index.html(zero-dependency GitHub Pages portfolio).README.md/.gitignoreupdated for the new evidence-hub links andops/staging/.env.Tests
Security/docs
docs/devops/github-hardening-checklist.mddocuments the hardening steps taken; no secrets committed (.env.exampleonly, real.envfiles remain untracked).Risks/deferred