Browse Source

Add heroku deploy

undefined
Tyler Dence 1 year ago
parent
commit
b914eec00e
Signed by: Tyler Dence <tyzoid.d@gmail.com> GPG Key ID: 3B08EFC6BA974CFC
3 changed files with 11 additions and 1 deletions
  1. 2
    1
      README.md
  2. 6
    0
      app.json
  3. 3
    0
      heroku.yml

+ 2
- 1
README.md View File

# 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 View File

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

+ 3
- 0
heroku.yml View File

build:
docker:
web: Dockerfile

Loading…
Cancel
Save