~ / cmdr2

projects: freebird, easy diffusion

hacks: carbon editor, torchruntime, findstarlink

  • #github
  • #actions-wizard
  • #ci
  • #cd

GitHub Actions Wizard released! Wrote GitHub Actions Wizard to make it easier to setup CI on my projects (especially new ones). More details from the project page: """ GitHub Actions Wizard is a simple tool for generating GitHub Actions workflows for common deployment tasks. Built primarily for my needs, but you’re free to use it, if you find it useful. It goes beyond simple workflow generation by automatically setting up necessary permissions (such as creating AWS IAM Roles and Policies for S3 or Lambda deployments). The intent is to quickly generate the overall workflow boilerplate, and then customize by editing the generated file.

  • #github
  • #s3
  • #lambda

Edit: This script has been replaced by https://github.com/cmdr2/github-actions-wizard Wrote a simple utility script for quickly setting up deployments to S3 or Lambda via a GitHub Action. Gist: https://gist.github.com/cmdr2/7261109b0e214942f1c7864024a6daa1 It’ll create the required IAM Role and Policy automatically, and generate a workflow yaml inside your git repository. Run github-deploy-setup inside your git repository.