From 80c09cfa2c3b2cb6ba0db5517592a8b80d051877 Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Thu, 30 Apr 2020 05:46:30 -0400 Subject: [PATCH] ps deploy padded trainers --- ps.deploy.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ps.deploy.json b/ps.deploy.json index 03e8d1b8..dd3ab2b5 100644 --- a/ps.deploy.json +++ b/ps.deploy.json @@ -67,5 +67,11 @@ }, ] } + }, + { + mount: "trainers", + in: [ + "build/padded-trainers/canonical" + ] } ]