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"