Add deploy.sh

pull/645/head
Tienson Qin 2019-12-13 20:49:32 +08:00
parent c9cac3cc37
commit 4821e4135d
2 changed files with 11 additions and 0 deletions

6
deploy.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
yarn clean && yarn release
cd public && now -n gitnotes
cd ..

View File

@ -4,6 +4,11 @@
** Demo
http://gitnotes.tiensonqin.now.sh/
** Deploy to your now.sh instance
#+BEGIN_SRC shell
./deploy.sh
#+END_SRC
** Develop
#+BEGIN_SRC shell
yarn install