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