Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Conversation

@jluque0101
Copy link
Collaborator

@jluque0101 jluque0101 commented Nov 21, 2023

This PR introduces an automated release process using GitHub Actions. The Main workflow is triggered on every pull request and push to master. It includes:

  1. check-workflows: Lints workflow files using actionlint.
  2. build-test: Builds the project and runs tests.
  3. release-uat: Releases to the UAT environment after successful build and tests.
  4. release-prd: Releases to the Production environment after successful UAT release.

@jluque0101 jluque0101 marked this pull request as ready for review November 21, 2023 10:55
@Gudahtt
Copy link
Member

Gudahtt commented Nov 29, 2023

I see that this relies upon GitHub environments; could you share details on how those should be setup, including any required secrets?

@jluque0101
Copy link
Collaborator Author

I see that this relies upon GitHub environments; could you share details on how those should be setup, including any required secrets?

Sure @Gudahtt

Environments would contain the Github Variables that would allow this repository updating that specific environment.
In addition to that, PRD environment must define reviewers so that deployments are handled upon revision.

For each environment we would have to define 3 vars:

  • AWS_ROLE_ARN
  • AWS_REGION
  • AWS_BUCKET_NAME

I will provide the content of those.

@jluque0101 jluque0101 requested a review from Gudahtt December 6, 2023 12:24
@jluque0101 jluque0101 requested a review from Gudahtt December 14, 2023 10:44
Gudahtt
Gudahtt previously approved these changes Dec 15, 2023
Copy link
Member

@Gudahtt Gudahtt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I'll coordinate with you on Slack re: the repo config

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants