Skip to content

Commit

Permalink
Update maint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHDI-ZN authored Mar 10, 2025
1 parent 209c798 commit a2f0551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2f0551

Please # to comment.