Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# prisma-templates
Prisma templates for major cloud providers.
# prisma 1 templates

Prisma 1 templates for major cloud providers.

WIP.

## How to connect the Prisma CLI to your custom server
## How to connect the Prisma 1 CLI to your custom server
* Install the Prisma CLI, e.g.: `npm install -g prisma`
* Run `prisma init` and choose `Other server`, then enter the URL to your server.
* When you `prisma deploy` a service, select the name you chose for the entry above. Your service will now be deployed to your server.