deploy.sh 74 B

123456
  1. #!/bin/sh
  2. yarn clean && yarn release
  3. cd public && now -n gitnotes
  4. cd ..