Always run db migration
This commit is contained in:
parent
3dd4f018ea
commit
380713229c
@ -67,15 +67,13 @@ spec:
|
|||||||
- name: outline
|
- name: outline
|
||||||
image: outlinewiki/outline:0.62.0
|
image: outlinewiki/outline:0.62.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
# command:
|
command:
|
||||||
# - sh
|
- sh
|
||||||
# - -c
|
- -c
|
||||||
# - |
|
- |
|
||||||
# sleep 10
|
sleep 10
|
||||||
# yarn db:migrate --env=production-ssl-disabled
|
yarn db:migrate --env=production-ssl-disabled
|
||||||
# echo "Done"
|
yarn start
|
||||||
# sleep 300
|
|
||||||
# exit 1
|
|
||||||
env:
|
env:
|
||||||
- name: PGSSLMODE
|
- name: PGSSLMODE
|
||||||
value: disable
|
value: disable
|
||||||
|
Loading…
Reference in New Issue
Block a user