Issue

I don’t know how to upload a new webpage onto my Wordpress site!

Context

What I’ve tried

Edit with Update

This blog helped me understand where my WordPress files are:

https://www.onepagezen.com/google-cloud-ftp-filezilla-quick-start/

Specifically, for my version of Wordpress (Click-to-deploy), the files are stored in path /var/www/html on the server. From here, I know how to connect to my server with SCP and find this folder.

Lo and behold, here are all of my WordPress files!

After finding where all of my WordPress files are, I then followed this blog to create my webpage: https://www.templatemonster.com/blog/integrate-static-html-wordpress/

In short, I just have to create a new folder (lifeflips). In here, I transferred all of my files  (HTML / CSS / JS) directly with the gcloud scp command.