From f303d19f5f3cb1f159b1d1826635e7b4dc219362 Mon Sep 17 00:00:00 2001 From: Chris Hart Date: Thu, 18 Jul 2019 14:31:36 -0400 Subject: [PATCH] Using a similar approach to the recent fix in lab-interactive-site to get deployment to s3 working --- script/s3-deploy.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/s3-deploy.sh b/script/s3-deploy.sh index 4601027b68..bb47931968 100755 --- a/script/s3-deploy.sh +++ b/script/s3-deploy.sh @@ -30,4 +30,6 @@ else export DEPLOY_DIR export DEPLOY_ARCHIVE fi -disable_parallel_processing=true bundle exec s3_website push --site _site --config-dir config +disable_parallel_processing=true +bundle exec s3_website install +java -cp $(bundle show s3_website)/*.jar s3.website.Push --site _site --config-dir config