samepage-network / samepage.network

samepage.network
MIT License
10 stars 2 forks source link

Create an ec2 instance when an employee is created #143

Closed dvargas92495 closed 5 months ago

dvargas92495 commented 5 months ago

This will create a box in our AWS infra whenever an "employee" is created. This PR is blocked on the following capabilities:

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 24.56%. Comparing base (4ed8e4d) to head (1c07d34).

:exclamation: Current head 1c07d34 differs from pull request most recent head 63ee486. Consider uploading reports for the commit 63ee486 to get more accurate results

Files Patch % Lines
app/data/createUserEmployee.server.ts 0.00% 11 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #143 +/- ## ========================================= + Coverage 0 24.56% +24.56% ========================================= Files 0 403 +403 Lines 0 32561 +32561 Branches 0 786 +786 ========================================= + Hits 0 8000 +8000 - Misses 0 24541 +24541 - Partials 0 20 +20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dvargas92495 commented 5 months ago

Got it working! Screenshot 2024-04-24 at 9 30 44 AM Screenshot 2024-04-24 at 9 31 13 AM