fix(heroku): specify BUILD_PATH

This commit is contained in:
PoiScript 2019-10-10 12:02:04 +08:00
parent 0107cdc31c
commit 26d68ebebb
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
web: ./demos/target/release/orgize-demos
web: ./target/release/orgize-demos

View file

@ -1 +1 @@
RUST_CARGO_BUILD_FLAGS="--release --manifest-path demos/Cargo.toml"
BUILD_PATH="demos"