I want to deploy applications written in php+mysql containing composer files, node modules and other javascript libraries with it's MySQL database. It's now in pilot testing.
Any recommendations to find the best place to deploy now for free.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
I would suggest to you create a free account on Google Cloud (GCP), Amazon (AWS) and in Azure. They offer a small machine free on free tier. You can deploy there. I'm not sure if you can use Docker on these free machines, but if so, you can deploy containers of PHP applications with MySql as well.
Cheers
Thanks for the suggestion, Eduardo.