Skip to content

Commit

Permalink
add release hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mtphil committed May 15, 2022
1 parent 1ee2e79 commit 3856c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This repository contains:

1) the minimum `Terraform` scaffolding necessary to spin up a `Kubernetes` cluster on `Linode`.

1) a `Makefile` with a suite of commands for creating, and tearing down, a `Kubernetes` cluster on Linode via these `.tf` files on a local machine.
2) a `Makefile` with a suite of commands for creating, and tearing down, a `Kubernetes` cluster on Linode via these `.tf` files on a local machine.

2) a Github Action Workflow which runs `terraform apply` on this repository's `.tf` files when a new `Release` is published, thus either creating a new or updating a pre-existing `Kubernetes` cluster on `Linode` with that `Release`'s changes.
3) a Github Action Workflow which runs `terraform apply` on this repository's `.tf` files when a new `Release` is published, thus either creating a new or updating a pre-existing `Kubernetes` cluster on `Linode` with that `Release`'s changes.

## Makefile

Expand Down

0 comments on commit 3856c46

Please sign in to comment.