Update k8s/apps/vpn/outfleet.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 9s
All checks were successful
Check with kubeconform / lint (push) Successful in 9s
This commit is contained in:
@@ -30,8 +30,11 @@ spec:
|
|||||||
args:
|
args:
|
||||||
- "-c"
|
- "-c"
|
||||||
- |
|
- |
|
||||||
#python ./manage.py makemigrations vpn
|
set -x
|
||||||
|
python ./manage.py makemigrations
|
||||||
|
python ./manage.py makemigrations vpn
|
||||||
python ./manage.py migrate
|
python ./manage.py migrate
|
||||||
|
python ./manage.py migrate vpn
|
||||||
python ./manage.py create_admin
|
python ./manage.py create_admin
|
||||||
python ./manage.py runserver 0.0.0.0:8000
|
python ./manage.py runserver 0.0.0.0:8000
|
||||||
envFrom:
|
envFrom:
|
||||||
|
Reference in New Issue
Block a user