1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

publish binaries to s3 bucket

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-12 14:19:59 +03:00
parent 743597e2f5
commit b7286bc268

View File

@ -69,6 +69,7 @@
]
},
"build": {
"generateUpdatesFilesForAllChannels": true,
"files": [
"static/build/main.js"
],
@ -165,9 +166,9 @@
},
"publish": [
{
"provider": "github",
"repo": "lens",
"owner": "lensapp"
"provider": "s3",
"bucket": "lens-binaries",
"path": "/ide"
}
],
"protocols": {