Skip to content

GitHub Actions and deployment

KlausEnevoldsen-Abtion edited this page Sep 26, 2023 · 2 revisions

CI

This action runs tests on both the frontend and the backend. If successful the application is deployed to Azure.

Dependabot

Dependabot is setup to update GitHub Actions daily. NuGet and NPM Packages are updated weekly.

auto-merge

Dependabot is set to auto-merge minor changes.

Azure Staging Environment

MuffiNet is deployed to Azure in the CI action.

App Service muffi.net

The staging environment is located here.

SQL Database muffi-net-sql-db

The database does not currently contain any data. Connect information in 1Password.

Clone this wiki locally