list gz and zip
This commit is contained in:
parent
bcb8b5fa18
commit
0c120e217e
|
|
@ -48,8 +48,8 @@ export const _ = {
|
|||
now: Date.now(),
|
||||
current: parseInt(g.deploy.config.deploy.ts),
|
||||
deploys: deploys
|
||||
.filter((e) => e.endsWith(".gz"))
|
||||
.map((e) => parseInt(e.replace(".gz", ""))),
|
||||
.filter((e) => e.endsWith(".gz") || e.endsWith(".zip"))
|
||||
.map((e) => parseInt(e.replace(".gz", "").replace(".zip", ""))),
|
||||
db: {
|
||||
url: g.dburl || "-",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue