Skip to content

Setup as WebApp in Azure

Robert Brands edited this page May 20, 2020 · 1 revision

The WebSite runs as WebApp (Windows version) with .NET Core 3.1 The following slots are used:

  • [production]
  • Dev - CI mit master. Every Commit builds and deploys to this slot. Pull-Requests not included
  • Release - CD mit release brachens "releases/*", swapping to staging manually
  • staging
  • last-known-good
  • New release branched from master with name-pattern "releases/JJJJ-MM-DD"
Clone this wiki locally