File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -126,14 +126,14 @@ jobs:
126
126
body : |
127
127
Summary of the deployments:
128
128
129
- ### Version 1 (production)
129
+ ### Version 1
130
130
131
131
| Version | URL | Status |
132
132
| --- | --- | --- |
133
133
| Latest commit | [${{ needs.deploy-v1-cloudflare.outputs.deployment-url }}](${{ needs.deploy-v1-cloudflare.outputs.deployment-url }}) | ${{ needs.deploy-v1-cloudflare.result == 'success' && '✅' || '❌' }} |
134
134
| PR | [${{ needs.deploy-v1-cloudflare.outputs.deployment-alias-url }}](${{ needs.deploy-v1-cloudflare.outputs.deployment-alias-url }}) | ${{ needs.deploy-v1-cloudflare.result == 'success' && '✅' || '❌' }} |
135
135
136
- ### Version 2 (experimental)
136
+ ### Version 2
137
137
138
138
| Version | URL | Status |
139
139
| --- | --- | --- |
Original file line number Diff line number Diff line change 10
10
"observability" : {
11
11
"enabled" : true
12
12
},
13
- "migrations" : [
14
- {
15
- "tag" : " v1" ,
16
- "new_sqlite_classes" : [" DOQueueHandler" , " DOShardedTagCache" ]
17
- }
18
- ],
19
13
"env" : {
20
14
"preview" : {
21
15
"d1_databases" : [
94
88
"class_name" : " DOShardedTagCache"
95
89
}
96
90
]
97
- }
91
+ },
92
+ "migrations" : [
93
+ {
94
+ "tag" : " v1" ,
95
+ "new_sqlite_classes" : [" DOQueueHandler" , " DOShardedTagCache" ]
96
+ }
97
+ ]
98
98
},
99
99
"production" : {
100
100
"routes" : [
146
146
"class_name" : " DOShardedTagCache"
147
147
}
148
148
]
149
- }
149
+ },
150
+ "migrations" : [
151
+ {
152
+ "tag" : " v1" ,
153
+ "new_sqlite_classes" : [" DOQueueHandler" , " DOShardedTagCache" ]
154
+ }
155
+ ]
150
156
}
151
157
}
152
158
}
You can’t perform that action at this time.
0 commit comments