-
Notifications
You must be signed in to change notification settings - Fork 0
/
supabase-env.d2
41 lines (39 loc) · 970 Bytes
/
supabase-env.d2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
direction: right
local-environment: local environment {
style.font-size: 20
local-env: local environment
local-emulators: {
label: local emulators
icon: https://seeklogo.com/images/S/supabase-logo-DCC676FFE2-seeklogo.com.png
shape: image
height: 50
}
local-env -> local-emulators
}
preview: preview environment {
direction: right
style.font-size: 20
pr-dep: preview deployment {
style.multiple: true
}
supabase-dev: {
label: dev project
icon: https://seeklogo.com/images/S/supabase-logo-DCC676FFE2-seeklogo.com.png
shape: image
height: 50
}
pr-dep -> supabase-dev
staging-dep: staging deployment
staging-dep -> supabase-dev
}
prod: production environment {
style.font-size: 20
prod-dep: production deployment
supabase-prod: {
label: prod project
icon: https://seeklogo.com/images/S/supabase-logo-DCC676FFE2-seeklogo.com.png
shape: image
height: 50
}
prod-dep -> supabase-prod
}