How to migrate a web from Google cloud hosting to personnel domain ??
Asked
Active
Viewed 51 times
1 Answers
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:
- Follow the GCS Static Site instructions to keep the content on GCS and serve it on your domain.
- 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