Skip to content

Commit

Permalink
update docker compose name
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Feb 14, 2024
1 parent c69601c commit 8a0fd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-api-for-breaking-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: docker build --tag infisical-api .
working-directory: backend
- name: Start postgres and redis
run: touch .env && docker-compose -f docker-compose.pg.yml up -d db redis
run: touch .env && docker-compose -f docker-compose.prod.yml up -d db redis
- name: Start the server
run: |
echo "SECRET_SCANNING_GIT_APP_ID=793712" >> .env
Expand Down

0 comments on commit 8a0fd62

Please sign in to comment.