DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
24 stars 8 forks source link

Staging Environment #379

Open karkir0003 opened 1 year ago

karkir0003 commented 1 year ago

It might be good to setup a dev deploy environment. However, instead of using a subdomain and creating more AWS resources, we should find a low cost solution to dev deploys.

Seems like BoG uses something called Vercel for that purpose, so see if we can create a branch called staging and when changes get merged into staging, run Vercel deploy Github Action. Should be relatively easy to setup.

karkir0003 commented 1 year ago

Samarth tested out Vercel and it doesn't seem to work for our purposes. Vercel is more fit for static webpages. We are currently testing out a site called railway.app

karkir0003 commented 1 year ago

https://dev.to/kennymark/best-free-services-for-web-developers-2g2g