浏览代码

Add heroku deploy

heroku
Tyler Dence 1年前
父节点
当前提交
3befd7b741
签署人:: Tyler Dence <tyzoid.d@gmail.com> GPG 密钥 ID: 3B08EFC6BA974CFC
共有 3 个文件被更改,包括 13 次插入1 次删除
  1. 2
    1
      README.md
  2. 6
    0
      app.json
  3. 5
    0
      heroku.yml

+ 2
- 1
README.md 查看文件

# Election Runner # Election Runner
## Michigan Flyers Digital and Paper Ballot Hybrid Tally System ## 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)
[![Deploy to Digital Ocean](https://www.deploytodo.com/do-btn-blue-ghost.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/michiganflyers/elections/tree/main)
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/michiganflyers/elections/tree/main)

+ 6
- 0
app.json 查看文件

{
"name": "Michigan Flyers Elections",
"description": "Election-handling system for hybrid in-person/online voting.",
"repository": "https://github.com/michiganflyers/elections",
"stack": "container"
}

+ 5
- 0
heroku.yml 查看文件

build:
docker:
web: Dockerfile
run:
web: /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf

正在加载...
取消
保存