prisma-templates
prisma-templates copied to clipboard
Prisma templates for major cloud providers
trafficstars
prisma-templates
Prisma templates for major cloud providers.
WIP.
How to connect the Prisma CLI to your custom server
- Install the Prisma CLI, e.g.:
npm install -g prisma - Run
prisma initand chooseOther server, then enter the URL to your server. - When you
prisma deploya service, select the name you chose for the entry above. Your service will now be deployed to your server.