浏览代码

Add DO deploy

heroku
Tyler Dence 1年前
父节点
当前提交
9ee3b83118
签署人:: Tyler Dence <tyzoid.d@gmail.com> GPG 密钥 ID: 3B08EFC6BA974CFC
共有 2 个文件被更改,包括 12 次插入0 次删除
  1. 8
    0
      .do/deploy.template.yaml
  2. 4
    0
      README.md

+ 8
- 0
.do/deploy.template.yaml 查看文件

@@ -0,0 +1,8 @@
spec:
name: michiganflyers-election
services:
- name: web
git:
repo_clone_url: https://github.com/michiganflyers/elections.git
branch: main
dockerfile_path: Dockerfile

+ 4
- 0
README.md 查看文件

@@ -0,0 +1,4 @@
# Election Runner
## Michigan Flyers Digital and Paper Ballot Hybrid Tally System

[![Deploy to DO](https://www.deploytodo.com/do-btn-blue-ghost.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/michiganflyers/elections/tree/main)

正在加载...
取消
保存