🌐
GitHub
github.com › GoogleCloudPlatform › cloud-run-samples
GitHub - GoogleCloudPlatform/cloud-run-samples: Samples for Cloud Run · GitHub
This repository contains sample applications used in Cloud Run documentation.
Starred by 300 users
Forked by 112 users
Languages   Shell 42.3% | Dockerfile 22.8% | Python 19.3% | Go 15.6%
🌐
GitHub
github.com › GoogleCloudPlatform › cloud-run-button
GitHub - GoogleCloudPlatform/cloud-run-button: Let anyone deploy your GitHub repos to Google Cloud Run with a single click · GitHub
hooks: (optional) Run commands in separate bash shells with the environment variables configured for the application and environment variables GOOGLE_CLOUD_PROJECT (Google Cloud project), GOOGLE_CLOUD_REGION (selected Google Cloud Region), K_SERVICE (Cloud Run service name), IMAGE_URL (container image URL), APP_DIR (application directory).
Starred by 554 users
Forked by 99 users
Languages   Go 88.4% | Python 7.0% | Shell 3.4% | Dockerfile 1.2%
🌐
Google
codelabs.developers.google.com › codelabs › how-to-deploy-github-cloud-run-using-cloud-build
How to automatically deploy your changes from GitHub to Cloud Run using Cloud Build | Google Codelabs
In this codelab, you'll configure Cloud Run to automatically build and deploy new versions of your application whenever you push your source code changes to a GitHub repository.
🌐
GitHub
github.com › google-github-actions › deploy-cloudrun
GitHub - google-github-actions/deploy-cloudrun: A GitHub Action for deploying services to Google Cloud Run. · GitHub
A GitHub Action for deploying services to Google Cloud Run. - google-github-actions/deploy-cloudrun
Starred by 584 users
Forked by 134 users
Languages   TypeScript 95.4% | JavaScript 2.8% | Dockerfile 1.8%
🌐
GitHub
github.com › GoogleCloudPlatform › cloud-run-mcp
GitHub - GoogleCloudPlatform/cloud-run-mcp: MCP server to deploy apps to Cloud Run · GitHub
Run the Cloud Run MCP server itself on Cloud Run with connection from your local machine authenticated via IAM. With this option, you will only be able to deploy code to the same Google Cloud project as where the MCP server is running.
Starred by 592 users
Forked by 105 users
Languages   JavaScript
🌐
GitHub
github.com › google › android-emulator-container-scripts › blob › master › cloud-init › README.MD
android-emulator-container-scripts/cloud-init/README.MD at master · google/android-emulator-container-scripts
Cloud-init is a cross-platform cloud instance initialization standard that is widely supported. In this directory you will find a cloud-init scripts that can be used to configure a cloud instance with a running emulator.
Author   google
🌐
GitHub
github.com › CodingDoug › backends-for-android
GitHub - CodingDoug/backends-for-android: Sample project to accompany my conference talk "Easy, scalable backends for Android"
Build and deploy the Cloud Run code using gcloud (using the commands in the provided deploy.sh script) Note the base URL of the deployment in the output. It will have a domain of "run.app". Edit android/app/src/main/res/values/strings.xml and copy the base URL into the cloud_run_root string resource.
Author   CodingDoug
🌐
Google Cloud
cloud.google.com › blog › products › devops-sre › deploy-to-cloud-run-with-github-actions
Deploy to Cloud Run with GitHub Actions | Google Cloud Blog
September 28, 2023 - Use reusable deployment workflows, along with GitHub environments to manage the release process. Third party tools can be used for release management as well. Google Cloud Deploy handles releases seamlessly, although we have found that some customers want to use different tools for such deployments. Deploy stage: Deploy the new code from the release to the target environment · Rollout stages: progress through a series of Cloud Run target environments with gradual rollouts or canary deployments
🌐
GitHub
github.com › GoogleCloudPlatform › terraform-google-cloud-run
GitHub - GoogleCloudPlatform/terraform-google-cloud-run: Deploys apps to Cloud Run, along with option to map custom domain · GitHub
Deploys apps to Cloud Run, along with option to map custom domain - GoogleCloudPlatform/terraform-google-cloud-run
Starred by 205 users
Forked by 160 users
Languages   HCL 76.2% | Go 21.9% | Makefile 1.4% | Ruby 0.5%
Find elsewhere
🌐
Google Cloud
cloud.google.com › cloud run › quickstart: deploy to cloud run from a git repository
Quickstart: Deploy to Cloud Run from a Git repository | Google Cloud Documentation
Check the confirmation agreement about GitHub and Google Cloud interactivity. Click Next. Under Build Type, select Google Cloud Buildpacks. Click Save. ... Confirm the name of the service. It will be automatically populated with the repository name. In the Region pulldown menu, select the region where you want your service located. Under Authentication, select Allow public access. If you don't have permissions (Cloud Run Admin role) to select this, the service will deploy and require authentication.
🌐
Google Cloud
cloud.google.com › cloud run › continuously deploy from a repository
Continuously deploy from a repository | Cloud Run | Google Cloud Documentation
In the Google Cloud console, go to the Cloud Run page: ... Locate the service in the services list, and click it. Click Connect to repo and follow the instructions in Set up with Cloud Build.
🌐
GitHub
github.com › pixiteapps › android-cloud-build
GitHub - pixiteapps/android-cloud-build: Utilities to build Android apps using Google Cloud Build https://cloud.google.com/cloud-build/ · GitHub
This repository contains utilities to build Android apps using Google Cloud Build. Google Cloud Build executes a build as a series of build steps. Each build step is run in a Docker container.
Starred by 26 users
Forked by 3 users
Languages   Shell 56.0% | JavaScript 40.6% | Dockerfile 3.4%
🌐
Google
discuss.google.dev › google cloud › serverless applications
Setup Cloud Build from Cloud Run with Github not working - Serverless Applications - Google Developer forums
May 2, 2024 - I am trying to setup a Cloud Run service with continuous deployment from a connected GitHub repository. The challenge is that the list of connected GitHub repositories does not appear in the dropdown list of the setup. This prevents me from completing the process and setting the service up properly.
🌐
GitHub
github.com › google › cloud-android-orchestration
GitHub - google/cloud-android-orchestration · GitHub
The application is developed for and tested on Google Cloud Platform, but it's designed in a way that should allow its deployment in other Cloud solutions without much trouble.
Starred by 64 users
Forked by 39 users
Languages   Go 63.7% | TypeScript 19.2% | Shell 4.7% | HTML 3.7% | Python 2.3% | HCL 2.1%
🌐
Google
docs.cloud.google.com › cloud run › run and scale self-hosted github runners on cloud run worker pools
Run and scale self-hosted GitHub runners on Cloud Run worker pools | Google Cloud Documentation
gcloud secrets add-iam-policy-binding github_runner_token \ --member "serviceAccount:$CREMA_SERVICE_ACCOUNT_NAME" \ --role "roles/secretmanager.secretAccessor" Create a Cloud Run worker pool to process GitHub actions.
🌐
GitHub
gist.github.com › WestonThayer › 75a5098c8d38cb51a3a44ffe55a1e23c
Notes on running Android emulators in the cloud for testing TalkBack · GitHub
For NoMachine, you'll need to allow port 4000 through your cloud network's firewall to the machine. I'll provide commands that summerize the Android Studio guide: # Enable x86 libs in package management sudo dpkg --add-architecture i386 # Update to get the x86 package availability sudo apt-get update # https://developer.android.com/studio/install#64bit-libs sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386 # If you're running a VM (that you enabled nested virtualization # for of course), you *need* to add KVM so that you can leverage # https://developer.android.com/studio/run/emulator-acceleration#vm-linux # Without, the emulator will run with ARM emulation, dirt slow # Get kvm-ok, a little utility just to double check you enabled # nested virtualization.
🌐
GitHub
github.com › marketplace › actions › deploy-to-cloud-run
Deploy to Cloud Run · Actions · GitHub Marketplace
This will authenticate requests as the service account attached to the instance. This only works using a custom runner hosted on GCP. jobs: job_id: steps: # ... - uses: 'google-github-actions/deploy-cloudrun@v3' with: image: 'us-docker.pkg.dev/cloudrun/container/hello:latest' service: 'hello-cloud-run'
🌐
GitHub
github.com › GoogleCloudPlatform › cloud-run-samples › blob › main › README.md
cloud-run-samples/README.md at main · GoogleCloudPlatform/cloud-run-samples
Samples for Cloud Run. Contribute to GoogleCloudPlatform/cloud-run-samples development by creating an account on GitHub.
Author   GoogleCloudPlatform