From 26d68ebebbadfc94d305e8fa5699f37bf4c1d7ac Mon Sep 17 00:00:00 2001 From: PoiScript Date: Thu, 10 Oct 2019 12:02:04 +0800 Subject: [PATCH] fix(heroku): specify BUILD_PATH --- Procfile | 2 +- RustConfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 4640201..b5e2e72 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: ./demos/target/release/orgize-demos +web: ./target/release/orgize-demos diff --git a/RustConfig b/RustConfig index bf49938..55153d7 100644 --- a/RustConfig +++ b/RustConfig @@ -1 +1 @@ -RUST_CARGO_BUILD_FLAGS="--release --manifest-path demos/Cargo.toml" +BUILD_PATH="demos"