update
This commit is contained in:
parent
ec54c941a4
commit
f1e372bc82
15
.drone.yml
Normal file
15
.drone.yml
Normal file
@ -0,0 +1,15 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
steps:
|
||||
- name: Uploading to SthopeGit
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: user_gitea
|
||||
password:
|
||||
from_secret: gitea_token
|
||||
repo: git.sthope.dev/sthope/cups
|
||||
registry: git.sthope.dev
|
||||
tags: latest
|
||||
purge: true
|
||||
dockerfile: Dockerfile
|
Loading…
x
Reference in New Issue
Block a user