🚑 babybuddy

This commit is contained in:
auricom
2023-10-10 22:44:54 +02:00
parent e529ac256d
commit fd5545b510

View File

@@ -47,8 +47,9 @@ spec:
set -o errexit
set -o nounset
python3 www/public/manage.py migrate --noinput
python3 www/public/manage.py createcachetable
cd www/public
python3 ./manage.py migrate --noinput
python3 ./manage.py createcachetable
controller:
annotations:
reloader.stakater.com/auto: "true"