This commit is contained in:
parent
34b989d99b
commit
055c2cccce
17
.drone.yml
Normal file
17
.drone.yml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: ssr-deploy
|
||||
|
||||
steps:
|
||||
- name: Build Docker Image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.fascinated.cc
|
||||
repo: fascinated/scoresaber-reloaded
|
||||
username:
|
||||
from_secret: username
|
||||
password:
|
||||
from_secret: token
|
||||
tags:
|
||||
- latest
|
Reference in New Issue
Block a user