Move from Now over to Netlify

This commit is contained in:
Matt Swensen 2019-10-30 21:28:58 -06:00
parent 924c64bd9b
commit 6ab888deba
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
2 changed files with 5 additions and 12 deletions

5
web/deploy.sh Executable file

@ -0,0 +1,5 @@
#!/bin/sh
cd web
yarn install
yarn build

@ -1,12 +0,0 @@
{
"name": "themer",
"version": 2,
"alias": "themer.dev",
"builds": [
{ "src": "build/**", "use": "@now/static" },
{ "src": "build/.well-known/**", "use": "@now/static" }
],
"routes": [
{ "src": "/(.*)", "dest": "build/$1" }
]
}