diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f15c083..084ac1f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,5 +61,5 @@ jobs: port: 22 script: | sudo docker pull ${{ secrets.DOCKER_REPO }}/studyhub_backend - sudo docker compose -f docker-compose-app.yml down - sudo docker compose -f docker-compose-app.yml up -d \ No newline at end of file + sudo docker compose down + sudo docker compose up -d \ No newline at end of file