Skip to content

Commit

Permalink
Merge pull request #31 from omar-sarfraz/backend/workflows
Browse files Browse the repository at this point in the history
Update Backend/workflows
  • Loading branch information
omar-sarfraz authored Sep 26, 2024
2 parents e00a1c3 + a2eaa34 commit c4687c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Backend-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
KEY: ${{ secrets.KEY}}
SECTRET: ${{ secrets.SECTRET}}
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY}}
run: docker compose up --force-recreate
run: docker compose up --force-recreate --detach
2 changes: 1 addition & 1 deletion .github/workflows/Backend-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Backend CI

on:
push:
branches: ["main", "backend/workflows"]
branches: ["main"]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
- "4000:4000"
depends_on:
- postgres
- backend
environment:
DB_NAME: ${DB_NAME}
DB_USER: ${DB_USER}
Expand Down

0 comments on commit c4687c6

Please sign in to comment.