mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 19:22:34 -06:00
tech(build): deploy to new s3 buckets
This commit is contained in:
parent
b600e1c50b
commit
18f20a3357
18
appveyor.yml
18
appveyor.yml
@ -23,6 +23,12 @@ install:
|
||||
- go env
|
||||
- go run build.go setup
|
||||
|
||||
before_build:
|
||||
- cmd: if NOT "%buildTag%"=="" echo Building tag! %buildTag%
|
||||
- cmd: if NOT "%buildTag%"=="" git fetch
|
||||
- cmd: if NOT "%buildTag%"=="" git checkout %buildTag%
|
||||
- cmd: echo Building tag? %buildTag%
|
||||
|
||||
build_script:
|
||||
- go run build.go build
|
||||
- grunt release
|
||||
@ -32,7 +38,17 @@ build_script:
|
||||
artifacts:
|
||||
- path: grafana-*windows-*.*
|
||||
name: binzip
|
||||
type: zip
|
||||
|
||||
deploy:
|
||||
- provider: Environment
|
||||
name: GrafanaBuildsS3
|
||||
name: GrafanaReleaseMaster
|
||||
on:
|
||||
buildType: master
|
||||
|
||||
- provider: Environment
|
||||
name: GrafanaReleaseRelease
|
||||
on:
|
||||
buildType: release
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user