drone setup
This commit is contained in:
parent
081fcf80d4
commit
44412a4850
|
@ -1,8 +1,5 @@
|
||||||
name: Build
|
name: Build
|
||||||
on:
|
on: [workflow_dispatch]
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Deploy:
|
Deploy:
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue