feat: add drone ci config
This commit is contained in:
parent
96a6ebf76c
commit
5fb5488fd7
18
.drone.yml
Normal file
18
.drone.yml
Normal file
@ -0,0 +1,18 @@
|
||||
kind: pipeline
|
||||
name: Build
|
||||
|
||||
steps:
|
||||
- name: Docker Build
|
||||
image: plugins/docker
|
||||
environment:
|
||||
PASSWORD: GITEA_SECRET
|
||||
settings:
|
||||
registry: git.thebarrens.nu
|
||||
username: wolvie
|
||||
password: $PASSWORD
|
||||
repo: wolvie/gecho
|
||||
tags:
|
||||
- latest
|
||||
when:
|
||||
branch:
|
||||
- main
|
Loading…
x
Reference in New Issue
Block a user