From eddc15883aabe2ccd5652f804bb0d3fb01dbc334 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 4 Jun 2020 01:04:08 -0400 Subject: Renamed primary binary to `web`. This closely matches Procfile entries, making the structure of the project a little easier to follow. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Procfile') 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 -- cgit v1.2.3