summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2020-06-04 01:04:08 -0400
committerOwen Jacobson <owen@grimoire.ca>2020-06-04 01:04:08 -0400
commiteddc15883aabe2ccd5652f804bb0d3fb01dbc334 (patch)
treef90050a98312a3c5e641debf65b7b8b17ba740c8 /Procfile
parente0aeb8aa134bd7fe93526a32b004e77b267a3ba2 (diff)
Renamed primary binary to `web`.
This closely matches Procfile entries, making the structure of the project a little easier to follow.
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 1fd4b52..daa01e9 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: target/release/things-to-check
+web: target/release/web