Skip to content

Commit

Permalink
fix(readme): typo in deploy link
Browse files Browse the repository at this point in the history
  • Loading branch information
pablordoricaw committed Sep 19, 2024
1 parent cef0bcc commit 862832b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 862832b

Please sign in to comment.