New Angular based web version #1

Closed
thomas.nuyken wants to merge 150 commits from main into ddd
Showing only changes of commit 89afc435fc - Show all commits

View File

@@ -1,16 +1,15 @@
kind: pipeline
type: docker
name: Pipeline
name: Build and test
trigger:
event:
event:
include:
- push
- pull_request
- custom
steps:
- name: compile
image: mcr.microsoft.com/dotnet/sdk:8.0-alpine
environment:
@@ -20,7 +19,7 @@ steps:
volumes:
- name: dockersock
path: /var/run
- name: test
image: quay.io/testcontainers/dind-drone-plugin
environment:
@@ -49,9 +48,6 @@ steps:
depends_on:
- compile
- test
- docker build and push
- deploy to test
- deploy to prod
services:
- name: docker