This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloadedv3/.drone.yml
Liam d2e826c83f
Some checks failed
continuous-integration/drone/push Build is failing
disable this for now
2024-09-24 03:45:31 +01:00

30 lines
652 B
YAML

---
kind: pipeline
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: Deploy SSR
image: danielgormly/drone-plugin-kube:0.2.0
settings:
build_number: ${DRONE_BUILD_NUMBER}
template: deployment.yaml
ca:
from_secret: k8s_crt
server:
from_secret: k8s_server
token:
from_secret: k8s_token