Since Heroku is getting rid of its free tier, I am migrating the production site of ski-resort-dashboard to a different service. I tried to use Fly.io, but their virtual machines do not have enough memory for the application to function correctly. I have found Oracle Cloud, which offers bare 2 VMs (no PaaS features) and 2 volume storage blocks for free. I have set up Dokku on one of the VMs to give me the PaaS features and am updating the github actions and secrets to push to there instead of Heroku.
Since Heroku is getting rid of its free tier, I am migrating the production site of ski-resort-dashboard to a different service. I tried to use Fly.io, but their virtual machines do not have enough memory for the application to function correctly. I have found Oracle Cloud, which offers bare 2 VMs (no PaaS features) and 2 volume storage blocks for free. I have set up Dokku on one of the VMs to give me the PaaS features and am updating the github actions and secrets to push to there instead of Heroku.