How can Upload HTML content on Google Cloud for Node js project?

162 views Asked by At

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/(.*)
1

There are 1 answers

4
Guillermo Cacheda On

You have two easy options: