bugfixes/crash-handler #1
22
.drone.yml
22
.drone.yml
@ -1,20 +1,26 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: build-app
|
name: publish-bot
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-dotnet
|
- name: build-dotnet
|
||||||
image: mcr.microsoft.com/dotnet/sdk:6.0
|
image: mcr.microsoft.com/dotnet/sdk:6.0
|
||||||
commands:
|
commands:
|
||||||
- dotnet build
|
- dotnet publish
|
||||||
|
|
||||||
|
- name: build-image
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
registry: git.kizaing.ca
|
||||||
|
username:
|
||||||
|
from_secret: DOCKER_USER
|
||||||
|
password:
|
||||||
|
from_secret: DOCKER_PASS
|
||||||
|
repo: git.kizaing.ca/kizaing/TeleTok
|
||||||
|
tags: latest
|
||||||
|
platform: linux/amd64,linux/arm64
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build-docker
|
|
||||||
image: docker:dind
|
|
||||||
volumes:
|
|
||||||
- name: dockersock
|
|
||||||
path: /var/run/docker.sock
|
|
||||||
|
|
||||||
# Commented out until stuff actually works
|
# Commented out until stuff actually works
|
||||||
#trigger:
|
#trigger:
|
||||||
|
Loading…
Reference in New Issue
Block a user