feat: add preview deploys with netlify (#972)

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/972
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
This commit is contained in:
konrad 2021-11-10 21:25:50 +00:00
parent c92b59db1d
commit e49fd16a3a
6 changed files with 6093 additions and 109 deletions

3
netlify.toml Normal file
View file

@ -0,0 +1,3 @@
[build]
command = "yarn build"
publish = "dist"