view docs/tutorial/deploy.sh @ 3952:a7794f5abacd stable

discovery: make sure repository wrapping happens in the right order Otherwise we may end up in situation were cache are not warmed in the right order, crashing.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 16 Aug 2018 22:19:19 +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