Table of Contents

CD Workflow

The template includes a pre-configured GitHub Actions CD workflow for automated deployment to Windows IIS, which can be customized for other environments.

Configuration


  • File Location: .github/workflows/cd.yml
  • Trigger: Manually triggered or on successful CI completion
  • Default Target: Windows IIS deployment
  • Customizable: Can be modified for any deployment environment

Secrets Management

  • Store sensitive data in GitHub Secrets
  • Use environment-specific secret names
  • Never commit secrets to source control