diff --git a/.drone.yml b/.drone.yml index e84218b..8ecc2ac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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