Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

👩‍✈️ A GitHub Action for setting up and configuring the AWS Copilot command line interface

License

Notifications You must be signed in to change notification settings

Tipser/setup-aws-copilot

 
 

Repository files navigation

Setup AWS Copilot

👩‍✈️A GitHub Action for setting up the AWS Copilot command line interface

fork info

This is Tipsre for of softprops/setup-aws-copilot. Intial reason was to have udpated dependencies. Outdated one caused the action to fail. Second reason, that popped up later on is to switch to Tipser fork of copilot-cli -> https://github.com/Tipser/copilot-cli.

usage

Add a step to your workflow to install AWS Copilot

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
    - name: Checkout
      uses: actions/checkout@v2
    - name: Setup AWS Copilot
      uses: Tisper/setup-aws-copilot@v3

inputs

Name Type Description
version string version of Copilot cli release defaults to latest version

Doug Tangren (softprops) 2020.

About

👩‍✈️ A GitHub Action for setting up and configuring the AWS Copilot command line interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 91.0%
  • JavaScript 9.0%