Skip to content

chore: update deployment workflow to support pull requests and configure AWS credentials #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

alukach
Copy link
Member

@alukach alukach commented Apr 18, 2025

Rather than asking users to manually trigger deployments, how do we feel about auto-deploying on PRs?

Merge request description

  • Added support for pull request triggers in the deployment workflow for specific paths.
  • Configured AWS credentials using a role to assume, enhancing security.
  • Updated the AWS region to 'us-west-2' and removed hardcoded access keys.

alukach added 3 commits April 18, 2025 09:29
…ure AWS credentials

- Added support for pull request triggers in the deployment workflow for specific paths.
- Configured AWS credentials using a role to assume, enhancing security.
- Updated the AWS region to 'us-west-2' and removed hardcoded access keys.
@alukach alukach requested review from hrodmn and vincentsarago April 18, 2025 16:39
Copy link
Contributor

@hrodmn hrodmn left a comment

Choose a reason for hiding this comment

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

Maybe consider removing integration_tests/** from the workflow trigger paths - otherwise looks great!

pull_request:
paths:
- "lib/**"
- "integration_tests/**"
Copy link
Contributor

Choose a reason for hiding this comment

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

why would we run the deployment workflow if we just update the integration test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants