Explorar el Código

Add heroku deploy

heroku
Tyler Dence hace 1 año
padre
commit
3befd7b741
Firmado por: Tyler Dence <tyzoid.d@gmail.com> GPG Key ID: 3B08EFC6BA974CFC
Se han modificado 3 ficheros con 13 adiciones y 1 borrados
  1. 2
    1
      README.md
  2. 6
    0
      app.json
  3. 5
    0
      heroku.yml

+ 2
- 1
README.md Ver fichero

@@ -1,4 +1,5 @@
# 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)
[![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 Ver fichero

@@ -0,0 +1,6 @@
{
"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 Ver fichero

@@ -0,0 +1,5 @@
build:
docker:
web: Dockerfile
run:
web: /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf

Cargando…
Cancelar
Guardar