add config to set diesel on the dyno
parent
1fa0b9f2e6
commit
87d56d70ea
2
Procfile
2
Procfile
|
@ -1 +1,3 @@
|
|||
web: ./target/release/codigocomentado
|
||||
|
||||
release: ./target/release/diesel migration run
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
VERSION=nightly
|
||||
VERSION=nightly
|
||||
RUST_INSTALL_DIESEL=1
|
Loading…
Reference in New Issue