Skip to content

Commit

Permalink
Add infisical in Makefile for docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Jan 13, 2023
1 parent 30d84ed commit 986434d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ push:
up-dev:
docker-compose -f docker-compose.dev.yml up --build

i-dev:
infisical export && infisical export > .env && docker-compose -f docker-compose.dev.yml up --build

up-prod:
docker-compose -f docker-compose.yml up --build

Expand Down

2 comments on commit 986434d

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage report for backend

St.
Category Percentage Covered / Total
🟡 Statements 74.36% 58/78
🔴 Branches 0% 0/5
🔴 Functions 50% 1/2
🟡 Lines 75.32% 58/77

Test suite run success

1 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 986434d

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage report for backend

St.
Category Percentage Covered / Total
🟡 Statements 74.36% 58/78
🔴 Branches 0% 0/5
🔴 Functions 50% 1/2
🟡 Lines 75.32% 58/77

Test suite run success

1 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 986434d

Please sign in to comment.