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 ce18315d85959b5e58b077e555d05622946f4e07
parent d3ceae7abac913c10958f4f9f7084bebaacb416e
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 22 Aug 2020 14:09:44 +0200

Set correct cname

Diffstat:
M.github/workflows/deploy.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -40,3 +40,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist + cname: app.daydream.im