Skip to content

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!

AWS_DEFAULT_ACCOUNT: ${{ secrets.AWS_ACCOUNT_ID }}
AWS_DEFAULT_REGION: 'us-west-2'
Copy link
Contributor

Choose a reason for hiding this comment

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

We might keep this in us-east-1 or any region but us-west-2 to avoid bumping into resource quotas.

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