infra: set up CI #7

Merged
mcataford merged 23 commits from infra/cicd into main 2021-07-17 16:30:27 +00:00
Showing only changes of commit 8836a867b4 - Show all commits

View file

@ -81,7 +81,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
run: |
netlify deploy --dir=dist > output.log
netlify deploy --dir=dist --json > output.log
echo "::set-output name=stdout::$(cat output.log)"
- name: Report
run: |