Skip to content

Commit

Permalink
fix docker compose file names
Browse files Browse the repository at this point in the history
  • Loading branch information
TimofeyTst committed Oct 8, 2023
1 parent a14e64d commit fb7afa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: docker-compose -f docker-compose.prod.yml up -d

0 comments on commit fb7afa8

Please sign in to comment.