stephenplusplus / gcloud-deploy

Quickly deploy a Node.js project on Google Compute Engine
19 stars 3 forks source link

Clarification #6

Open CWSites opened 6 years ago

CWSites commented 6 years ago

Your documentation references uploading files to a bucket and then deploying from there. Currently I'm able to successfully deploy my React app by manually uploading the files to a bucket, moving them to my app and then deploying. I'm curious if this package doing the same thing or is it different? If it's doing the same thing then I'd love to use it on my project, manually uploading, moving and deploying is a pain and it seems like something that could easily automated.

These are the steps I'm currently following: How to deploy a static React site to Google

Thanks!