An open API service indexing awesome lists of open source software.

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.

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.