Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 1.03 KB

usage_en.md

File metadata and controls

20 lines (17 loc) · 1.03 KB

Prerequisites

  • An application created with the stack matter-web-react and the --stages param. If the --stages params wasn't used to create the application, it is necessary to create a stages folder in the level of the app and a file named <stage_name>.json inside it with the following format:

    {
    "cloud": {
        "account": {
            "id": "<aws_account_id>",
            "region": "<aws-region>"
        }
      }
    }
    
  • yarn or npm

  • AWS secrets set in the environment variables

  • A github Identity provider in your AWS account and an IAM role with access to s3 and a trust relashionship with this identity provider. (Example)

  • An AWS account

  • This IAM role arn configured as a secret in the project github with the name PIPELINE_RELEASE_ROLE