fix(ci): move Procfile to the root

This commit is contained in:
PoiScript 2019-09-13 21:38:39 +08:00
parent 8e1778a38a
commit e4a3247f63
4 changed files with 2 additions and 4 deletions

View file

@ -11,9 +11,6 @@ script:
- cargo fmt --all -- --check
- cargo test --all
before_deploy:
- cd orgize-demos/
deploy:
provider: heroku
api_key: $HEROKU_API_KEY

1
RustConfig Normal file
View file

@ -0,0 +1 @@
RUST_CARGO_BUILD_FLAGS="--release -p orgize-demos"

View file

@ -7,6 +7,6 @@ publish = false
[dependencies]
actix-web = { version = "1.0.7", default-features = false }
orgize = { path = "../orgize", git = "https://github.com/PoiScript/orgize" }
orgize = { path = "../orgize" }
serde = { version = "1.0.100", features = ["derive"] }
serde_json = "1.0.40"