diff --git a/Procfile b/Procfile index 87294ba..6fc31d1 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,3 @@ web: ./target/release/codigocomentado + +release: ./target/release/diesel migration run diff --git a/RustConfig b/RustConfig index 0a2e807..c73c12c 100644 --- a/RustConfig +++ b/RustConfig @@ -1 +1,2 @@ -VERSION=nightly \ No newline at end of file +VERSION=nightly +RUST_INSTALL_DIESEL=1 \ No newline at end of file