An open API service indexing awesome lists of open source software.

https://github.com/compositionalit/safe-azpipelines-example

Demo app which shows a CI / CD configuration for the SAFE template using Azure Pipelines and Farmer.
https://github.com/compositionalit/safe-azpipelines-example

Last synced: 5 months ago
JSON representation

Demo app which shows a CI / CD configuration for the SAFE template using Azure Pipelines and Farmer.

Awesome Lists containing this project

README

          

# SAFE template CI / CD

This example was created to accompany a blog which walks through the process of hooking up a CI / CD pipeline using Azure Pipelines.

The app is built and tested on every push, and deployed along with the Azure app service infrastructure on every push to main.

## SAFE Template

This template can be used to generate a full-stack web application using the [SAFE Stack](https://safe-stack.github.io/). It was created using the dotnet [SAFE Template](https://safe-stack.github.io/docs/template-overview/). If you want to learn more about the template why not start with the [quick start](https://safe-stack.github.io/docs/quickstart/) guide?