Skip to content

Commit

Permalink
Merge pull request #100 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 dd8cb47 + 7b1b411 commit 2746ed9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"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 2746ed9

Please sign in to comment.