Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 751 Bytes

File metadata and controls

21 lines (15 loc) · 751 Bytes

Action runners deployment default example

This modules shows how to create GitHub action runners. Lambda release will be downloaded from GitHub.

Usages

Steps for the full setup, such as creating a GitHub app can be found in the root module's README. First download the Lambda releases from GitHub. Alternatively you can build the lambdas locally with Node or Docker, there is a simple build script in <root>/.ci/build.sh. In the main.tf you can simple remove the location of the lambda zip files, the default location will work in this case.

cd lambdas-download
terraform init
terraform apply
cd ..

Before running Terraform, ensure the GitHub app is configured.

terraform init
terraform apply