diff --git a/.github/workflows/Backend-CD.yml b/.github/workflows/Backend-CD.yml index ebfb7d9..1a02601 100644 --- a/.github/workflows/Backend-CD.yml +++ b/.github/workflows/Backend-CD.yml @@ -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: @@ -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