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 11, 2025
1 parent a48195c commit 82b4e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo $PWD
ls
# Modify backend docker-compose.yml for test environment
sed -i 's/container_name: backend/container_name: backend-test/' compose.yaml
#sed -i 's/container_name: backend/container_name: backend-test/' compose.yaml
#sed -i 's/container_name: postgres/container_name: postgres-test/' compose.yaml
#sed -i 's/8000:8000/18000:8000/' compose.yaml
sed -i -E 's/(\s+)(app-network)(\s*:\s*$|\s*$)/\1app-network-test\3/' compose.yaml
Expand Down

0 comments on commit 82b4e1b

Please # to comment.