Skip to content

Commit

Permalink
Merge pull request #138 from concord-consortium/fix-s3-deployment
Browse files Browse the repository at this point in the history
Using a similar approach to the recent fix in lab-interactive-site
  • Loading branch information
dstrawberrygirl authored Jul 18, 2019
2 parents f39dbcb + f303d19 commit 58d881c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/s3-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 58d881c

Please sign in to comment.