Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
Update appveyor environments (#285)
Browse files Browse the repository at this point in the history
* Update appveyor environments

* Set appveyor with custom environment variables for S3 provider (#284)
  • Loading branch information
davizalpe authored Jun 6, 2019
1 parent efad681 commit c332518
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,10 @@ artifacts:
path: '*.exe'
name: exe

environment:
access_key_id:
secure: RpimOJdJROGTnBToRjUoRBn7Tlnwc1eNHaAHpFcy1yk=
secret_access_key:
secure: LSAZENPbfm21aJt8qzYmuVmmlXnLGIwOKheK+hIlMd9jr2JsJyBjUhEbre6F6ZNq

deploy:
provider: S3
access_key_id: "%access_key_id%"
secret_access_key: "%secret_access_key%"
bucket: wallet-desktop-builds
region: us-east-1
access_key_id: $(AWS_ACCESS_KEY_ID)
secret_access_key: $(AWS_SECRET_ACCESS_KEY)
bucket: $(BUCKET_NAME)
region: $(AWS_REGION)
artifact: "exe"

0 comments on commit c332518

Please sign in to comment.