Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ steps:
environment:
GITHUB_TOKEN:
from_secret: github_token
AWS_ACCESS_KEY_ID:
from_secret: downloads_drone_io_aws_access_key_id
AWS_SECRET_ACCESS_KEY:
from_secret: downloads_drone_io_aws_secret_access_key
AWS_DEFAULT_REGION: 'us-east-1'
commands:
- goreleaser

Expand Down
8 changes: 8 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,11 @@ archives:
files:
- README.md
- LICENSE.txt

blob:
-
provider: s3
bucket: arduino-downloads-prod-beagle
ids:
- arduino_cli
folder: "{{ .ProjectName }}"