From 87d56d70ead0c22372c9e41a68c35f6ff6e712c5 Mon Sep 17 00:00:00 2001 From: kirbylife Date: Thu, 21 Nov 2019 20:10:50 -0600 Subject: [PATCH] add config to set diesel on the dyno --- Procfile | 2 ++ RustConfig | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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