Quellcode durchsuchen

Add heroku deploy

undefined
Tyler Dence vor 1 Jahr
Ursprung
Commit
e854c1da2c
Signiert von: Tyler Dence <tyzoid.d@gmail.com> GPG-Schlüssel-ID: 3B08EFC6BA974CFC
3 geänderte Dateien mit 10 neuen und 1 gelöschten Zeilen
  1. 2
    1
      README.md
  2. 5
    0
      app.json
  3. 3
    0
      heroku.yml

+ 2
- 1
README.md Datei anzeigen

@@ -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)

+ 5
- 0
app.json Datei anzeigen

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

+ 3
- 0
heroku.yml Datei anzeigen

@@ -0,0 +1,3 @@
build:
docker:
web: Dockerfile

Laden…
Abbrechen
Speichern