From dc4f852772c01a6140c0a1a1869bf86642eec5b1 Mon Sep 17 00:00:00 2001 From: kannan112 Date: Tue, 27 Feb 2024 17:30:44 +0530 Subject: [PATCH] completed deployment --- .github/workflows/makefile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 4b2a42a..f75fab4 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -62,6 +62,6 @@ jobs: script: | cd any-fashion-gin-clean-code git pull - sudo docker-compose down # Stop running containers - sudo docker-compose build - sudo docker-compose-up # Recreate and start containers +# sudo docker-compose down # Stop running containers +# sudo docker-compose build +# sudo docker-compose-up # Recreate and start containers