mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Publish binaries to s3 bucket (#2513)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
11805f6e13
commit
2dd814181b
@ -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": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user