mirror of https://github.com/PiyushXCoder/lupt.git
heroku try again
This commit is contained in:
parent
8d6faa4947
commit
77f8411314
|
|
@ -0,0 +1,8 @@
|
|||
language: rust
|
||||
sudo: required
|
||||
rust:
|
||||
- stable
|
||||
script:
|
||||
- |
|
||||
cargo build &&
|
||||
cargo test
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
web: ./target/release/lupt -s ./static -a 0.0.0.0:$PORT
|
||||
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "Lupt",
|
||||
"description": "Chat app to talk in group or to strangers",
|
||||
"repository": "https://gitlab.com/PiyushXCoder/lupt",
|
||||
"success_url": "/",
|
||||
"keywords": ["rust", "actix"],
|
||||
"website": "https://gitlab.com/PiyushXCoder/lupt",
|
||||
"env": {
|
||||
"BUILDPACK_URL": "https://gitlab.com/PiyushXCoder/lupt.git"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue