Skip to content

Commit

Permalink
deployment stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kannan112 committed Dec 2, 2023
1 parent d519635 commit 2db9d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
script: |
cd any-fashion-gin-clean-code
git pull
docker-compose down # Stop running containers
docker-compose up -d --build # Recreate and start containers
docker compose down # Stop running containers
docker compose up -d --build # Recreate and start containers

0 comments on commit 2db9d75

Please sign in to comment.