Skip to content

GitHub Actions CI/CD pipeline #17

Description

@troyscott

Description

Automated build, test, and deploy pipeline via GitHub Actions.

Workflows

  • ci.yml — On PR: lint, type-check, test
  • deploy-infra.yml — On merge to main: deploy infra changes
  • deploy-app.yml — On merge to main: build and deploy app
  • teardown.yml — Manual trigger: tear down environment

Acceptance criteria

  • CI runs on every PR
  • Infra deploys on merge (Bicep)
  • App deploys on merge (zip deploy)
  • Manual teardown workflow
  • GitHub environments for dev/staging/prod
  • OIDC auth to Azure (no stored secrets)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    devopsCI/CD, automation, and tooling

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions