daydream

A small matrix web client written in rust
git clone git://archive.git.mtrnord.blog/daydream-mx/daydream.git
Log | Files | Refs | README | LICENSE

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+++++++++----
MREADME.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 @@ -[![Netlify Status](https://api.netlify.com/api/v1/badges/5ba03ba7-ff8b-4c54-94e7-cd5fd76a6737/deploy-status)](https://app.netlify.com/sites/yew-todomvc/deploys) +[![Netlify Status](https://api.netlify.com/api/v1/badges/48791884-918f-464f-8126-6a95c093717c/deploy-status)](https://app.netlify.com/sites/daydream-rs/deploys) ## About