简体   繁体   中英

Hosting a ruby web on google cloud

How do I deploy a ruby file from git to google cloud. Is it possible to push a ruby file from github to google cloud,please can purchase a domain name,how will the ruby file be hosted on the cloud.

I understand that you want to develop a ruby application on Google Cloud. I would suggest to start by following the Quickstart for Ruby in the App Engine Standard Environment .

You can store your app on Cloud Source Repositories and Automate App Engine deployments with Cloud Build Quickstart .

You can serve your app via a custom domain, such as example.com, instead of the default appspot.com address Mapping Custom Domains .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM