From 862832b6de4939f5ffaaacf1270af066d2aee6ea Mon Sep 17 00:00:00 2001 From: Pablo Ordorica Wiener Date: Thu, 19 Sep 2024 12:15:17 -0400 Subject: [PATCH] fix(readme): typo in deploy link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 329051f..012a86d 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ I followed the [(Preferred) Direct Workload Identity Federation](https://github. ## Deploy 🚀 -The GitHub Actions [`Deploy IaC with Pulumi'](./.github/workflows/pulumi.yaml) is set up such that it needs to be triggered manually in order to deploy to GCP. Every push to the `master` branch of the repo only generates a plan for any changes that the commit generated on the IaC. +The GitHub Actions [`Deploy IaC with Pulumi`](./.github/workflows/pulumi.yaml) is set up such that it needs to be triggered manually in order to deploy to GCP. Every push to the `master` branch of the repo only generates a plan for any changes that the commit generated on the IaC. > [!IMPORTANT] > Make sure to destroy the created infrastructure on GCP since the code generates a publicly available bucket. Run `pulumi destroy` locally to destroy the created infrastructure in GCP.