在Google Cloud Platform上托管PHP Web应用程序

I am developing a simple web page wihich I host locally (localhost) for testing purposes. I wonder if it is possible to move the whole project to Google Cloud with a similalr set-up. It is important to note that the website uses PHP for interaction with a locally stored SQLite DB. So ideally I would like to move the whole thing (the application folder containing the PHP, HTML etc.) and upload the sqlite.db to the cloud, and host it 'locally' from there instead.

This is just a prototype and I will be the only one using the page. So the only purpose right now is to move my development and testing environments to the cloud. In other words, I am not concerned about optimizing the architecture or anything like that at the moment.