From 97088dff12ff6c66ad6d43ca4ab805844f186591 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Wed, 25 Nov 2020 21:18:41 -0800 Subject: [PATCH] Run the local-orchestrator inside the tmp directory --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 2200036..c8de745 100644 --- a/Procfile +++ b/Procfile @@ -3,7 +3,7 @@ # object-store: OTTO_OBJECT_DIR=tmp/objects RUST_LOG=debug ./target/debug/otto-object-store -orchestrator: RUST_LOG=debug ./target/debug/otto-local-orchestrator +orchestrator: RUST_LOG=debug STEPS_DIR=$PWD/tmp PATH=$PWD/target/debug:$PATH otto-local-orchestrator parser: RUST_LOG=debug ./target/debug/otto-parser # vim: ft=sh