drone setup

This commit is contained in:
Rik Berkelder 2025-02-13 22:06:59 +01:00
parent 081fcf80d4
commit 44412a4850
2 changed files with 20 additions and 4 deletions

View File

@ -1,8 +1,5 @@
name: Build
on:
push:
branches:
- main
on: [workflow_dispatch]
jobs:
Deploy:

19
drone.yml Normal file
View File

@ -0,0 +1,19 @@
kind: pipeline
name: build
trigger:
event:
- push
steps:
- name: docker
image: plugins/docker
settings:
registry: git.riksolo.com
username: riksolo
repo: git.riksolo.com/${DRONE_REPO}
tags:
- latest
- ${DRONE_COMMIT}
password:
from_secret: dockertoken