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 d238f1c commit 209c798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
# Create a test database volume from the production volume
docker volume create postgres-data-test
# cp -r /var/lib/docker/volumes/wss-site_postgres-data/_data /var/lib/docker/volumes/postgres-data-test/_data
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: postgres/container_name: postgres-test/' compose.yaml
Expand Down

0 comments on commit 209c798

Please # to comment.