Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 476 Bytes

railway.md

File metadata and controls

22 lines (10 loc) · 476 Bytes

Set utp railway

generate djagno keys

python manage.py shell -c 'from django.core.management import utils; print(utils.get_random_secret_key())'

deploy django + postgres + celery + redis project template on railway

set up locally

scoop bucket add railway https://github.com/railwayapp/scoop-railway; scoop install railway/railway

railway link

to deploy

railway up

git remote set-url origin https://git-repo/new-repository.git