diff --git a/.github/workflows/deploy-runners.yml b/.github/workflows/deploy-runners.yml index 75f389f..d4a1a5e 100644 --- a/.github/workflows/deploy-runners.yml +++ b/.github/workflows/deploy-runners.yml @@ -29,7 +29,7 @@ jobs: # sort_keys: false - name: pull images - run: docker-compose -f docker-compose.prod.yaml pull + run: docker-compose -f docker-compose.prod.yml pull - name: restart containers - run: docker-compose -f docker-compose.prod.yaml up -d \ No newline at end of file + run: docker-compose -f docker-compose.prod.yml up -d \ No newline at end of file