-1

How to migrate a web from Google cloud hosting to personnel domain ??

M Ali Imtiaz
  • 145
  • 2
  • 5

1 Answers1

0

As you use the "google-cloud-storage" tag, I am going to assume you are storing your website as static files in a GCS bucket and serving it from bucket.storage.googleapis.com or storage.googleapis.com/bucket.

The easiest options are:

  1. Follow the GCS Static Site instructions to keep the content on GCS and serve it on your domain.
  2. Download the files from https://console.cloud.google.com/storage/browser. Then upload the files to a shared hosting or VPS provider who will then serve the content on your domain.
David
  • 9,288
  • 1
  • 20
  • 52