Skip to content

Commit

Permalink
Support #371
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Sep 13, 2024
1 parent 71e255c commit a510d14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions support/cbiit-deploy-prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ docker compose --project-name edrn stop search &&\
sleep 60 &&\
docker compose --project-name edrn start portal" || exit 1

# echo ""
# echo "🆙 Applying upgrades"
# ssh -q $USER@$WEBSERVER "cd $WEBROOT ; \
# docker compose --project-name edrn exec portal django-admin edrn_biomarker_submission" || exit 1
echo ""
echo "🆙 Applying upgrades"
ssh -q $USER@$WEBSERVER "cd $WEBROOT ; \
docker compose --project-name edrn exec portal django-admin copy_daily_hits_from_wagtailsearch" || exit 1

echo ""
echo "🤷‍♀️ Final portal restart and restart of search engine"
Expand Down
8 changes: 4 additions & 4 deletions support/cbiit-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ docker compose --project-name edrn stop search &&\
sleep 60 &&\
docker compose --project-name edrn start portal" || exit 1

# echo ""
# echo "🆙 Applying upgrades"
# ssh -q $USER@$WEBSERVER "cd $WEBROOT ; \
# docker compose --project-name edrn exec portal django-admin edrn_biomarker_submission" || exit 1
echo ""
echo "🆙 Applying upgrades"
ssh -q $USER@$WEBSERVER "cd $WEBROOT ; \
docker compose --project-name edrn exec portal django-admin copy_daily_hits_from_wagtailsearch" || exit 1

echo ""
echo "🤷‍♀️ Final portal restart and restart of search engine"
Expand Down

0 comments on commit a510d14

Please sign in to comment.