Skip to content

Commit

Permalink
AWS PR bin copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Aug 4, 2022
1 parent 6476ee2 commit f8866b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ jobs:
env:
PR_NUMBER: ${{ github.event.number }}
run: ./scripts/build-firmware

- uses: keithweaver/[email protected]
name: Copy PR bin to AWS
with:
command: cp
source: build/konnected-esp8266-PR-${{ github.event.number }}.bin
destination: s3://konnected-io/builds/
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_region: us-east-2

0 comments on commit f8866b5

Please sign in to comment.