view docs/tutorial/deploy.sh @ 4027:130a60a51fff stable

sqlcache: also catch malformed database error This is apparently another way for sqlite to fail at concurrency.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 27 Aug 2018 12:40:47 +0200
parents aad37ffd7d58
children
line wrap: on
line source

mkdir -p html

cp index.html html/
cp *.css html/
cp *.js html/
cp -R img html/
cp -R graphviz-images/ html/

netlify deploy