We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba5ca9 commit d522877Copy full SHA for d522877
README.md
@@ -95,7 +95,8 @@ You can estimate costs using the [Google Cloud Pricing Calculator](https://cloud
95
Deploy the entire stack using Terraform:
96
97
```bash
98
-cd gcp
+git clone "https://github.com/Cyclenerd/google-cloud-github-runner.git"
99
+cd google-cloud-github-runner/gcp
100
export GOOGLE_CLOUD_PROJECT=your-project-id
101
terraform init
102
terraform apply
@@ -222,7 +223,7 @@ To run the application locally for development or testing:
222
223
224
1. **Clone the repository**:
225
- git clone <your-repo-url>
226
+ git clone "https://github.com/Cyclenerd/google-cloud-github-runner.git"
227
cd google-cloud-github-runner
228
```
229
0 commit comments