-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.txt
17 lines (13 loc) · 1.06 KB
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
!!! WICHTIG WORKFLOW !!!:
-app.prisma.io -> Service -> Playground schauen was für opArgs gebraucht werden, darauf hin die resolver bauen und mit den SERVER-* (unten die URL) testen!
für dev server muss natürlich npm run dev ausgeführt werden, für prod server npm run deploy:heroku
git remote -v -> see which remotes are active for this repo (normally origin git master for dev and heroku for deployment)
npm run login -> logs into prisma and heroku
deploy:dev -> deploy development database on Prisma cloud
deploy:prod -> deploy production database on Prisma cloud
heroku config:set key=value -> um env variablen auf heroku zu setzen, wird allerdings womöglich nicht nötig sein
deploy:heroku -> fetch schema, deploy production database on prisma cloud & deploy and build the app on heroku
DB-DEV: https://overseer-db.herokuapp.com/overseer-db/dev
SERVER-DEV: http://localhost:4000 (NACH: npm run dev)
DB-PROD: https://overseer-db.herokuapp.com/overseer-db-prod/prod
SERVER-PROD: https://still-fortress-67589.herokuapp.com