Skip to content

Commit

Permalink
Merge pull request #99 from gm3dmo/gm3dmo-patch-1
Browse files Browse the repository at this point in the history
Update railway.json
  • Loading branch information
gm3dmo authored Nov 7, 2023
2 parents ba2c4c6 + 6f6393d commit dd8cb47
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 dd8cb47

Please sign in to comment.