Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 239 Bytes

zeit-now.md

File metadata and controls

7 lines (5 loc) · 239 Bytes

Deploying to Zeit Now

Zeit deployment is stupid simple, just do it:

> now -n go-graphql-boilerplate -e DATABASE_URL="postgres://username:password@host:5432/dbname" -e ENVIRONMENT="production" -e JWT_SECRET="your-jwt-secret"