Remove outline migrate

This commit is contained in:
Marcus Noble 2022-01-07 08:19:11 +00:00
parent 66c3fc0441
commit a722f25847
1 changed files with 9 additions and 9 deletions

View File

@ -67,15 +67,15 @@ spec:
- name: outline
image: outlinewiki/outline:0.61.0
imagePullPolicy: IfNotPresent
command:
- sh
- -c
- |
sleep 10
yarn db:migrate --env=production-ssl-disabled
echo "Done"
sleep 300
exit 1
# command:
# - sh
# - -c
# - |
# sleep 10
# yarn db:migrate --env=production-ssl-disabled
# echo "Done"
# sleep 300
# exit 1
env:
- name: PGSSLMODE
value: disable