This commit is contained in:
parent
4b9e606646
commit
d2e826c83f
22
.drone.yml
22
.drone.yml
@ -4,17 +4,17 @@ type: kubernetes
|
||||
name: ssr-deploy
|
||||
|
||||
steps:
|
||||
- name: Build Docker Image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.fascinated.cc
|
||||
repo: git.fascinated.cc/fascinated/scoresaber-reloaded
|
||||
username:
|
||||
from_secret: username
|
||||
password:
|
||||
from_secret: token
|
||||
tags:
|
||||
- latest
|
||||
# - name: Build Docker Image
|
||||
# image: plugins/docker
|
||||
# settings:
|
||||
# registry: git.fascinated.cc
|
||||
# repo: git.fascinated.cc/fascinated/scoresaber-reloaded
|
||||
# username:
|
||||
# from_secret: username
|
||||
# password:
|
||||
# from_secret: token
|
||||
# tags:
|
||||
# - latest
|
||||
|
||||
- name: Deploy SSR
|
||||
image: danielgormly/drone-plugin-kube:0.2.0
|
||||
|
Reference in New Issue
Block a user