feat: Se agegan modulos para sale_shop

This commit is contained in:
2025-10-23 13:55:52 -05:00
parent 1381ca95bf
commit 0e6c1cd205
11 changed files with 44 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ namespace :live do
compose('exec', '-it', '--user', 'postgres', 'db', "bash -c 'dropdb -U tryton #{args.database}'")
compose('exec', '-it', '--user', 'postgres', 'db', "bash -c 'createdb -U tryton #{args.database}'")
compose('restart', "live", compose: "compose.live.yml")
sleep(30)
sleep(40)
compose('exec', 'live', "bash -c 'python3 demo/populate_scripts/__main__.py -c .dev/trytond.cfg -d #{args.database}'")
compose('restart', 'live', compose: "compose.live.yml")
else