From 2db9d75c9af825baba19a7e69e46206558b4bc5f Mon Sep 17 00:00:00 2001 From: kannan112 Date: Sat, 2 Dec 2023 09:18:48 +0530 Subject: [PATCH] deployment stage --- .github/workflows/makefile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 0ddc326..45dc9cd 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -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