add config to set diesel on the dyno

pull/1/head
kirbylife 2019-11-21 20:10:50 -06:00
parent 1fa0b9f2e6
commit 87d56d70ea
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1,3 @@
web: ./target/release/codigocomentado web: ./target/release/codigocomentado
release: ./target/release/diesel migration run

View File

@ -1 +1,2 @@
VERSION=nightly VERSION=nightly
RUST_INSTALL_DIESEL=1