Skip to content
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

Adding github workflows for deploy #93

Merged
merged 7 commits into from
Oct 16, 2023
Merged

Adding github workflows for deploy #93

merged 7 commits into from
Oct 16, 2023

Conversation

manasaV3
Copy link
Contributor

@manasaV3 manasaV3 commented Oct 16, 2023

Relates to: #51

Adds deployment to dev, staging, and prod environments.

@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #93 (21ba30f) into main (c00e7b8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #93   +/-   ##
=======================================
  Coverage   78.52%   78.52%           
=======================================
  Files           7        7           
  Lines         503      503           
=======================================
  Hits          395      395           
  Misses        108      108           
Flag Coverage Δ
unittests 78.52% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Comment on lines +1 to +4
on:
push:
branches:
- "main"
Copy link
Contributor

Choose a reason for hiding this comment

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

are we always going to push main to prod?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, we will deploy to prod on every push for the moment.

@manasaV3 manasaV3 merged commit d0e2c01 into main Oct 16, 2023
12 of 13 checks passed
@manasaV3 manasaV3 deleted the rdev-wf branch October 16, 2023 20:38
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
role-duration-seconds: 1200
- name: Login to ECR
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we need to do this step

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.

3 participants