https://github.com/devenes/cloud-run-action
Deploy your serverless Web App on Google Cloud Run with Github Actions
https://github.com/devenes/cloud-run-action
cloud-run gcp github-actions go golang
Last synced: about 1 year ago
JSON representation
Deploy your serverless Web App on Google Cloud Run with Github Actions
- Host: GitHub
- URL: https://github.com/devenes/cloud-run-action
- Owner: devenes
- License: mit
- Created: 2023-01-04T13:40:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T12:03:29.000Z (over 2 years ago)
- Last Synced: 2025-01-03T15:37:51.721Z (about 1 year ago)
- Topics: cloud-run, gcp, github-actions, go, golang
- Language: HTML
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Cloud Run App with Github Actions
About |
Technologies |
Requirements |
Starting |
License |
Author
## :dart: About
This project is a simple app to test the cloud run with github actions.
## :rocket: Technologies
The following tools were used in this project:
- [Google Cloud](https://cloud.google.com/)
- [Golang](https://golang.org/)
- [Docker](https://www.docker.com/)
## :white_check_mark: Requirements
Before starting :checkered_flag:, you need to have [Google Cloud](https://cloud.google.com/) account and the service account with the required roles.
## 🔐 Authorization
You will need to authenticate to Google Cloud as a service account with the following roles:
- Cloud Run Admin
- Cloud Build Service Account
- Cloud Run Service Agent
- Viewer
## :checkered_flag: Starting
You can run this project locally:
```bash
# Clone this project
git clone https://github.com/devenes/cloud-run-action
# Access
cd cloud-run-action
# Run the project
go run main.go
# The server will initialize in the http://localhost:8080
```
## :memo: License
This project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.
Made with :heart: by devenes