Skip to content

Commit

Permalink
Update railway.json
Browse files Browse the repository at this point in the history
add line break/extension
  • Loading branch information
gm3dmo authored Nov 7, 2023
1 parent ba2c4c6 commit 6f6393d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "python manage.py makemigrations && python manage.py migrate && python manage.py runscript delete-all-countries && python manage.py runscript insert-all-countries && python manage.py runscript insert-all-cemeteries && python manage.py runscript insert-all-ranks && python manage.py runscript add-flags-to-countries && python manage.py runscript insert-all-pow-camps && python manage.py collectstatic && python manage.py runserver 0.0.0.0:$PORT",
"startCommand": "python manage.py makemigrations && \
python manage.py migrate && python manage.py runscript delete-all-countries && python manage.py runscript insert-all-countries && python manage.py runscript insert-all-cemeteries && python manage.py runscript insert-all-ranks && python manage.py runscript add-flags-to-countries && python manage.py runscript insert-all-pow-camps && python manage.py collectstatic && python manage.py runserver 0.0.0.0:$PORT",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
Expand Down

0 comments on commit 6f6393d

Please sign in to comment.