# 구글 Cloud Run 버튼 공개 : Git README에서 Click-To-Deploy 가능

> Clean Markdown view of GeekNews topic #379. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=379](https://news.hada.io/topic?id=379)
- GeekNews Markdown: [https://news.hada.io/topic/379.md](https://news.hada.io/topic/379.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2019-08-22T18:48:04+09:00
- Updated: 2019-08-22T18:48:04+09:00
- Original source: [cloud.google.com](https://cloud.google.com/blog/products/serverless/introducing-cloud-run-button-click-to-deploy-your-git-repos-to-google-cloud)
- Points: 4
- Comments: 1

## Topic Body

Dockerfile 을 가지고 있는 프로젝트에서 Cloud Run 버튼을 누르면

바로 자신의 GCP 프로젝트에서 해당 리파지토리가 실행됨.

리퀘스트당 Pay-Per-Use 방식으로 과금되는데

GCP 의 프리티어만 쓴다면 샘플 실행해보기에는 괜찮을듯

GCP 프리티어 - 월 180,000 vCPU초, 360,000 GB 메모리, 2백만 리퀘스트

## Comments



### Comment 353

- Author: blurblah
- Created: 2019-08-23T10:28:35+09:00
- Points: 3

이미지 빌드와 배포를 자동화하는거야 늘 하는건데 README에 버튼 달아서 하게 해둔건 신선하네요.

대충 보니 go로 만들었고 cloud shell에서 command 실행하는 내용들인것 같습니다.
