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.
- Host: GitHub
- URL: https://github.com/compositionalit/safe-azpipelines-example
- Owner: CompositionalIT
- Created: 2022-02-04T14:53:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T15:00:06.000Z (about 4 years ago)
- Last Synced: 2025-07-02T03:38:39.519Z (9 months ago)
- Language: F#
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?