heroku try again

This commit is contained in:
Piyush मिश्रः 2021-02-21 12:58:43 +05:30
parent 8d6faa4947
commit 77f8411314
3 changed files with 21 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: rust
sudo: required
rust:
- stable
script:
- |
cargo build &&
cargo test

2
Procfile Normal file
View File

@ -0,0 +1,2 @@
web: ./target/release/lupt -s ./static -a 0.0.0.0:$PORT

11
app.json Normal file
View File

@ -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"
}
}