Tychobra / polished

Authentication and Administration for Shiny apps
https://polished.tech
Other
234 stars 36 forks source link

Polished Hosting - support golem app #152

Closed merlinoa closed 2 years ago

richardsprague commented 2 years ago

Thanks for looking into this. FWIW, my workaround fails too, where I try a super-simple app.r that simply loads and calls a golem-based package. https://github.com/personalscience/diycgm/tree/golem

phoward38 commented 2 years ago

Hi @richardsprague,

Polished Hosting now supports deploying apps as a golem package. The polished::deploy_app() function has a new argument golem_package_name, where you provide the name of your golem package (app) as a character string. The example golem application I used to test deploying to hosting is provided here in our polished_example_apps repo.

Feel free to reopen this issue if you have any questions or issues while trying to deploy your golem app, and thanks for using polished!