I'm new to Google Cloud and I want to build 1 website using Node js. For now I just want to upload my HTML template on Google Cloud so I can see only the HTML part of project by using a URL, any help appreciated.
below is app.yalm file's content
runtime: php55
api_version: 1
threadsafe: true
handlers:
- url: /
static_files: www/index.html
upload: www/index.html
- url: /(.*)
static_files: www/\1
upload: www/(.*)
You have two easy options: