From a2f055181312412d16e5fa9a10cd768684734f72 Mon Sep 17 00:00:00 2001 From: "M.MOHAMMADI" <94843440+MAHDI-ZN@users.noreply.github.com> Date: Tue, 11 Mar 2025 00:48:48 +0330 Subject: [PATCH] Update maint.yml --- .github/workflows/maint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maint.yml b/.github/workflows/maint.yml index 676ce91b..0f75cdca 100644 --- a/.github/workflows/maint.yml +++ b/.github/workflows/maint.yml @@ -21,14 +21,14 @@ jobs: key: ${{ secrets.SSHT_PRIVATE_KEY }} script: | - cd /tmp + cd /tmp/WSS-site/ # Pull latest changes git pull origin master # Stop and remove old test containers docker ps -a | grep -E "backend-test|frontend-test|postgres-test" | awk '{print $1}' | xargs -r docker rm -f - cd WSS-site + # rm compose.yaml front-compose.yaml # cp compose.yaml compose.yaml # cp front-compose.yaml front-compose.yaml