Skip to content

Commit

Permalink
fix: Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarMWarraich committed Aug 3, 2024
1 parent 91b51fb commit 7c5c498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git reset --hard &&
git checkout main &&
git pull origin main &&
docker-compose down &&
docker-compose rm -fsv &&
docker-compose up --build -d
docker compose down &&
docker compose rm -fsv &&
docker compose up --build -d
'

0 comments on commit 7c5c498

Please sign in to comment.