commit 6c92e489db2b9a75ed1668ae2d6e2f7ee3193c6a parent a9cbc5a46be97efeedaeb3c92489a1ac7e53e4e7 Author: Marcel <mtrnord1@gmail.com> Date: Tue, 26 May 2020 17:39:53 +0200 Fix netlify deploy Took 11 minutes Diffstat:
| M | .github/workflows/deploy.yml | | | 13 | +++++++++---- |
| M | README.md | | | 2 | +- |
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -27,11 +27,16 @@ jobs: - name: Build run: npm run build + #- name: Publish + # uses: netlify/actions/cli@master + # with: + # args: deploy --dir=dist --prod + # env: + # NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} + # NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} + - name: Publish - uses: netlify/actions/cli@master - with: - args: deploy --dir=dist --prod + run: npx netlify-cli deploy --dir dist --site ${{ env.NETLIFY_SITE_ID }} --auth ${{ env.NETLIFY_AUTH_TOKEN }} --prod env: NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} - diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -[](https://app.netlify.com/sites/yew-todomvc/deploys) +[](https://app.netlify.com/sites/daydream-rs/deploys) ## About