@@ -3,14 +3,14 @@ import Link from '~/components/text/link'
3
3
4
4
export const BASE_SYSTEM_ENVS = [
5
5
{
6
- name : 'VERCEL_URL ' ,
6
+ name : 'NOW_URL ' ,
7
7
description : 'The URL of the deployment.'
8
8
}
9
9
]
10
10
11
11
export const GITHUB_SYSTEM_ENVS = [
12
12
{
13
- name : 'VERCEL_GITHUB_DEPLOYMENT ' ,
13
+ name : 'NOW_GITHUB_DEPLOYMENT ' ,
14
14
description : (
15
15
< >
16
16
An indicator for whether the app was deployed by < ProductName /> for
@@ -19,30 +19,30 @@ export const GITHUB_SYSTEM_ENVS = [
19
19
)
20
20
} ,
21
21
{
22
- name : 'VERCEL_GITHUB_ORG ' ,
22
+ name : 'NOW_GITHUB_ORG ' ,
23
23
description :
24
24
'The GitHub organization that owns the repository the deployment is triggered from.'
25
25
} ,
26
26
{
27
- name : 'VERCEL_GITHUB_REPO ' ,
27
+ name : 'NOW_GITHUB_REPO ' ,
28
28
description : 'The origin repository of the app on GitHub.'
29
29
} ,
30
30
{
31
- name : 'VERCEL_GITHUB_COMMIT_ORG ' ,
31
+ name : 'NOW_GITHUB_COMMIT_ORG ' ,
32
32
description :
33
33
'The GitHub organization of which the commit belongs. For example, when submitting a pull request from a forked repository.'
34
34
} ,
35
35
{
36
- name : 'VERCEL_GITHUB_COMMIT_REPO ' ,
36
+ name : 'NOW_GITHUB_COMMIT_REPO ' ,
37
37
description :
38
38
'The GitHub repository of which the commit belongs. For example, when submitting a pull request from a forked repository.'
39
39
} ,
40
40
{
41
- name : 'VERCEL_GITHUB_COMMIT_REF ' ,
41
+ name : 'NOW_GITHUB_COMMIT_REF ' ,
42
42
description : 'The GitHub branch that the deployment was made from.'
43
43
} ,
44
44
{
45
- name : 'VERCEL_GITHUB_COMMIT_SHA ' ,
45
+ name : 'NOW_GITHUB_COMMIT_SHA ' ,
46
46
description : (
47
47
< >
48
48
The GitHub{ ' ' }
@@ -54,20 +54,20 @@ export const GITHUB_SYSTEM_ENVS = [
54
54
)
55
55
} ,
56
56
{
57
- name : 'VERCEL_GITHUB_COMMIT_AUTHOR_LOGIN ' ,
57
+ name : 'NOW_GITHUB_COMMIT_AUTHOR_LOGIN ' ,
58
58
description :
59
59
'The GitHub username belonging to the author of the commit that the project was deployed by.'
60
60
} ,
61
61
{
62
- name : 'VERCEL_GITHUB_COMMIT_AUTHOR_NAME ' ,
62
+ name : 'NOW_GITHUB_COMMIT_AUTHOR_NAME ' ,
63
63
description :
64
64
'The GitHub name belonging to the author of the commit that the project was deployed by.'
65
65
}
66
66
]
67
67
68
68
export const GITLAB_SYSTEM_ENVS = [
69
69
{
70
- name : 'VERCEL_GITLAB_DEPLOYMENT ' ,
70
+ name : 'NOW_GITLAB_DEPLOYMENT ' ,
71
71
description : (
72
72
< >
73
73
An indicator for whether the app was deployed by < ProductName /> for
@@ -76,50 +76,50 @@ export const GITLAB_SYSTEM_ENVS = [
76
76
)
77
77
} ,
78
78
{
79
- name : 'VERCEL_GITLAB_PROJECT_NAMESPACE ' ,
79
+ name : 'NOW_GITLAB_PROJECT_NAMESPACE ' ,
80
80
description :
81
81
'The GitLab user, group, or sub-group that the project belongs to.'
82
82
} ,
83
83
{
84
- name : 'VERCEL_GITLAB_PROJECT_NAME ' ,
84
+ name : 'NOW_GITLAB_PROJECT_NAME ' ,
85
85
description : 'The GitLab name of the deployed project.'
86
86
} ,
87
87
{
88
- name : 'VERCEL_GITLAB_PROJECT_ID ' ,
88
+ name : 'NOW_GITLAB_PROJECT_ID ' ,
89
89
description : 'The GitLab ID of the deployed project.'
90
90
} ,
91
91
{
92
- name : 'VERCEL_GITLAB_PROJECT_PATH ' ,
92
+ name : 'NOW_GITLAB_PROJECT_PATH ' ,
93
93
description : 'The GitLab project path.'
94
94
} ,
95
95
{
96
- name : 'VERCEL_GITLAB_COMMIT_REF ' ,
96
+ name : 'NOW_GITLAB_COMMIT_REF ' ,
97
97
description : 'The GitLab branch that the deployment was triggered by.'
98
98
} ,
99
99
{
100
- name : 'VERCEL_GITLAB_COMMIT_SHA ' ,
100
+ name : 'NOW_GITLAB_COMMIT_SHA ' ,
101
101
description : 'The GitLab sha of the commit the deployment was triggered by.'
102
102
} ,
103
103
{
104
- name : 'VERCEL_GITLAB_COMMIT_MESSAGE ' ,
104
+ name : 'NOW_GITLAB_COMMIT_MESSAGE ' ,
105
105
description :
106
106
'The message accompanying the GitLab commit that the deployment was triggered by.'
107
107
} ,
108
108
{
109
- name : 'VERCEL_GITLAB_COMMIT_AUTHOR_LOGIN ' ,
109
+ name : 'NOW_GITLAB_COMMIT_AUTHOR_LOGIN ' ,
110
110
description :
111
111
'The username belonging to the author of the commit that was deployed on GitLab.'
112
112
} ,
113
113
{
114
- name : 'VERCEL_GITLAB_COMMIT_AUTHOR_NAME ' ,
114
+ name : 'NOW_GITLAB_COMMIT_AUTHOR_NAME ' ,
115
115
description :
116
116
'The name belonging to the author of the commit that was deployed on GitLab.'
117
117
}
118
118
]
119
119
120
120
export const BITBUCKET_SYSTEM_ENVS = [
121
121
{
122
- name : 'VERCEL_BITBUCKET_DEPLOYMENT ' ,
122
+ name : 'NOW_BITBUCKET_DEPLOYMENT ' ,
123
123
description : (
124
124
< >
125
125
An indicator for whether the app was deployed by < ProductName /> for
@@ -128,37 +128,37 @@ export const BITBUCKET_SYSTEM_ENVS = [
128
128
)
129
129
} ,
130
130
{
131
- name : 'VERCEL_BITBUCKET_REPO_OWNER ' ,
131
+ name : 'NOW_BITBUCKET_REPO_OWNER ' ,
132
132
description : 'The Bitbucket user or team that the project belongs to.'
133
133
} ,
134
134
{
135
- name : 'VERCEL_BITBUCKET_REPO_SLUG ' ,
135
+ name : 'NOW_BITBUCKET_REPO_SLUG ' ,
136
136
description : 'The slug of the Bitbucket repository that was deployed.'
137
137
} ,
138
138
{
139
- name : 'VERCEL_BITBUCKET_REPO_NAME ' ,
139
+ name : 'NOW_BITBUCKET_REPO_NAME ' ,
140
140
description : 'The name of the Bitbucket repository that was deployed.'
141
141
} ,
142
142
{
143
- name : 'VERCEL_BITBUCKET_COMMIT_REF ' ,
143
+ name : 'NOW_BITBUCKET_COMMIT_REF ' ,
144
144
description : 'The Bitbucket branch that the deployment was triggered by.'
145
145
} ,
146
146
{
147
- name : 'VERCEL_BITBUCKET_COMMIT_SHA ' ,
147
+ name : 'NOW_BITBUCKET_COMMIT_SHA ' ,
148
148
description :
149
149
'The Bitbucket sha of the commit the deployment was triggered by.'
150
150
} ,
151
151
{
152
- name : 'VERCEL_BITBUCKET_COMMIT_MESSAGE ' ,
152
+ name : 'NOW_BITBUCKET_COMMIT_MESSAGE ' ,
153
153
description :
154
154
'The message accompanying the Bitbucket commit that was deployed.'
155
155
} ,
156
156
{
157
- name : 'VERCEL_BITBUCKET_COMMIT_AUTHOR_NAME ' ,
157
+ name : 'NOW_BITBUCKET_COMMIT_AUTHOR_NAME ' ,
158
158
description : 'The name of the commit author on Bitbucket.'
159
159
} ,
160
160
{
161
- name : 'VERCEL_BITBUCKET_COMMIT_AUTHOR_URL ' ,
161
+ name : 'NOW_BITBUCKET_COMMIT_AUTHOR_URL ' ,
162
162
description : 'Bitbucket profile URL of the commit author.'
163
163
}
164
164
]
0 commit comments