Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 494 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 494 Bytes

What is this?

This repository is script for creating GitHub Actions Self Hosted Runner on AWS using AWS CDK.

Useful commands

  • yarn fmt reformat files
  • yarn test peform the jest unit tests
  • yarn diff compare deployed stack with current state
  • yarn deploy deploy this stack to your default AWS account/region
  • yarn deploy [--profile $PROFILE_NAME] deploy this stack to your $PROFILE_NAME AWS account/region
  • yarn cdk synth emits the synthesized CloudFormation template