# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: bingo-zeabur-next.js
spec:
    description: 将bingo跑在zeabur上（next.js）
    tags:
        - Bot
        - Static
    readme: 这是一个简单的一键部署模板，由于codesandbox不稳定，所以将bingo跑在了zeabur上，后端next.js
    services:
        - name: bingo
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 737250076
                branch: zeabur-next.js
          domainKey: null
