Skip to content

Merge pull request #221 from sogaiu/community-examples-link-issue #156

Merge pull request #221 from sogaiu/community-examples-link-issue

Merge pull request #221 from sogaiu/community-examples-link-issue #156

Workflow file for this run

name: 'Deploy to S3'
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
env:
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
AWS_DEFAULT_REGION: us-west-1
AWS_DEFAULT_OUTPUT: json
steps:
- uses: actions/checkout@v2
- run: make deploy