Always run db migration
This commit is contained in:
parent
3dd4f018ea
commit
380713229c
@ -67,15 +67,13 @@ spec:
|
||||
- name: outline
|
||||
image: outlinewiki/outline:0.62.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
|
||||
yarn start
|
||||
env:
|
||||
- name: PGSSLMODE
|
||||
value: disable
|
||||
|
Loading…
Reference in New Issue
Block a user