Skip to content

Commit

Permalink
Merge pull request #30 from omar-sarfraz/backend/workflows
Browse files Browse the repository at this point in the history
deployment(backend): change docker command
  • Loading branch information
omar-sarfraz authored Sep 25, 2024
2 parents 43fba9f + 0216f5d commit e00a1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Backend-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Pull Docker image
run: sudo docker compose pull
run: docker compose pull

- name: Start Containers
env:
Expand All @@ -28,4 +28,4 @@ jobs:
KEY: ${{ secrets.KEY}}
SECTRET: ${{ secrets.SECTRET}}
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY}}
run: sudo docker compose up --force-recreate
run: docker compose up --force-recreate

0 comments on commit e00a1c3

Please sign in to comment.