Skip to content

Commit

Permalink
fix compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav Gautam authored and Abhinav Gautam committed Oct 8, 2024
1 parent 5cb617f commit 07c8b7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
uses: actions/checkout@v4

- name: Pull new Image
run: docker compose -f docker-compose-stage.yml pull
run: docker compose -f docker-compose.yml pull

- name: Remove old containers
run: docker compose -f docker-compose-stage.yml down || true
run: docker compose -f docker-compose.yml down || true

- name: Start Container
run: docker compose -f docker-compose-stage.yml up -d
run: docker compose -f docker-compose.yml up -d

0 comments on commit 07c8b7c

Please sign in to comment.