Skip to content

Releases: ksivamuthu/aws-copilot-github-action

v0.0.8

23 Jan 09:33
f70538d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7 Fixing the name and tag parameters

19 Aug 00:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6 Add validation of input parameters

18 Aug 18:42
1fa25e7
Compare
Choose a tag to compare

Adding validation of input parameters name and tag

v0.0.5 Add tags and optional parameters

18 Aug 18:29
Compare
Choose a tag to compare

v0.0.4 re-package

28 Mar 23:23
Compare
Choose a tag to compare

v0.0.3 Add force flag

02 Feb 17:45
ace60af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2 Adding rate limit apis

24 Jan 16:23
7c9664a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

Initial release of AWS Copilot GitHub Action

10 Apr 01:46
Compare
Choose a tag to compare

The initial release of AWS Copilot GitHub Action for installing AWS Copilot cli and deploying the app. The AWS Copilot CLI is a tool for developers to build, release and operate production-ready containerized applications on AWS App Runner, Amazon ECS, and AWS Fargate.

Usage:

  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Configure AWS credentials
        uses: aws-actions/configure-aws-credentials@v1
        with:
          role-to-assume: arn:aws:iam::111111111111:role/my-github-actions-role-test
          aws-region: us-east-1
      - uses: ksivamuthu/[email protected]
        with:
          command: install
      - run: |
          copilot --version