Skip to content

Zeit Now Deployment

Timothy Ko edited this page Mar 21, 2019 · 1 revision

Zeit now has easy docker deployments. However, they are deprecating it soon. For now, it's a very easy to use tool. To deploy, you must have the now cli and then run:

now -e DATABASE_URL=your_postgres_url

Note that you will need a postgres instance somewhere. Remember to run python manage.py recreate_db to initialize all of the tables in the beginning! You may also use now secrets and put them into the the optional zeit now config file now.json(I've already written a template).