https://github.com/yukigeshiki/actix-web-gcp-cloud-run-deploy-rust
A simple GitHub Actions/Cloud Build GCP Cloud Run deploy pipeline for an Actix-Web backend service.
https://github.com/yukigeshiki/actix-web-gcp-cloud-run-deploy-rust
actix-web cloudbuild cloudrun gcp githubactions rust serverless webservice
Last synced: about 1 year ago
JSON representation
A simple GitHub Actions/Cloud Build GCP Cloud Run deploy pipeline for an Actix-Web backend service.
- Host: GitHub
- URL: https://github.com/yukigeshiki/actix-web-gcp-cloud-run-deploy-rust
- Owner: Yukigeshiki
- License: mit
- Created: 2023-07-09T12:02:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T17:13:30.000Z (almost 3 years ago)
- Last Synced: 2024-04-18T04:59:55.617Z (about 2 years ago)
- Topics: actix-web, cloudbuild, cloudrun, gcp, githubactions, rust, serverless, webservice
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# actix-web-gcp-cloud-run-rust
A simple GitHub Actions/Cloud Build GCP Cloud Run deploy pipeline for an Actix Web backend service.
The GitHub Actions secrets, and permissions needed for the Cloud Build and Cloud Run service accounts can be found in the README of [this](https://github.com/Yukigeshiki/gcp-cloud-run-deploy-rust)
repo.
Basic project setup has been done using [Zero to Production in Rust](https://www.zero2prod.com/index.html?country=South%20Africa&discount_code=AF60) as a reference.