chore: rake live:up ejecuta en conjunto rake tdd
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-08-10 09:41:29 -05:00
parent 7b7286c50c
commit 55b7aada89
4 changed files with 6 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
trytond: trytond -d ${DB_NAME} --dev -v -c $SCRIPT_DIR/trytond.cfg
trytond: while true; do trytond -d ${DB_NAME} --dev -v -c $SCRIPT_DIR/trytond.cfg; done
monitor: python3 $SCRIPT_DIR/dev.py