arendma / GRN_web

This repository contains the source code for the R Shiny server application allowing to query the gene regulatory network presented in https://www.nature.com/articles/s41467-023-38183-4
http://grn-web.bio.uni-potsdam.de/
2 stars 0 forks source link

enable manual heroku deployment #19

Closed arne-cl closed 2 years ago

arne-cl commented 2 years ago

Automatic deployment still doesn't work, but we can now manually deploy from the repo like this:

heroku container:login
heroku container:push web
heroku container:release web
heroku open