Test 2 commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Elias Jansson
2025-05-06 19:45:40 +02:00
parent bedefff6e6
commit 27044bcfff

21
.drone.yml Normal file
View File

@@ -0,0 +1,21 @@
kind: pipeline
type: docker
name: default
steps:
- name: build-dotnet
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet publish Aberwyn/Aberwyn.csproj -c Release -o out
- name: build-docker
image: plugins/docker
settings:
registry: 192.168.1.9:3000
repo: 192.168.1.9:3000/tai/aberwyn/aberwyn
username:
from_secret: gitea_username
password:
from_secret: gitea_token
tags:
- latest