1
0
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:
Jari Kolehmainen 2021-04-12 17:49:32 +03:00 committed by GitHub
parent 11805f6e13
commit 2dd814181b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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": {