Files
Aberwyn/.drone.yml
Elias Jansson 27044bcfff
Some checks failed
continuous-integration/drone/push Build is failing
Test 2 commit
2025-05-06 19:45:40 +02:00

22 lines
471 B
YAML

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