maxheld83 / shinycaas

Deploying shiny apps to container as a service (CaaS) products on public cloud vendors.
http://subugoe.github.io/shinycaas
Other
1 stars 2 forks source link

find cheaper way to deploy testing slots #64

Open maxheld83 opened 2 years ago

maxheld83 commented 2 years ago

it's good to have individual branches live as slots on azure or GCP, but that's also a bit expensive/convoluted, especially if they are always online.

Have to find a cheaper way, one where we don't need to worry about their lifecycle so much.

Perhaps for anything non prod, google cloud run actually would be the ticket, b/c we don't really need to support many users on branches.

maxheld83 commented 2 years ago

related to / supersedes #63