Last active
October 18, 2021 18:50
-
-
Save waliahimanshu/a203588266f3e1d480f0e817aa92f2e7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To copy all files from gcloud to your local machine | |
gsutil -m cp -r gs://bucket/xxxxx.com /Users/xxx/Documents/MyWebSite | |
Once you have uploaded the files from local to gsutil, deploy | |
gsutil rsync -r gs://xxx_bucket_name . | |
gcloud app deploy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go to cloud.google.com and click on “Go to Console”
Upon signing in, make sure you are in the “righ LPH ” project.
Go to resources - > storage
upload dist folder in both replace - resolve co
Activate cloud shell
4. gsutil rsync -r gs://life-care-pet-hospital-bucket .
5. gcloud app deploy (if fail
gcloud config set project Project_ID
)6. Y