Update deploy.sh

This commit is contained in:
Koen 2023-09-12 07:20:57 +00:00
parent c2cafe2856
commit 178f0ee86e

View file

@ -7,9 +7,10 @@ touch $DOCUMENT_ROOT/maintenance.file
# Swap over the content # Swap over the content
echo "Deploying content..." echo "Deploying content..."
cp peertube.png $DOCUMENT_ROOT/ mkdir -p $DOCUMENT_ROOT/PeerTube
cp PeerTubeConfig.json $DOCUMENT_ROOT/ cp peertube.png $DOCUMENT_ROOT/PeerTube
cp PeerTubeScript.js $DOCUMENT_ROOT/ cp PeerTubeConfig.json $DOCUMENT_ROOT/PeerTube
cp PeerTubeScript.js $DOCUMENT_ROOT/PeerTube
# Notify Cloudflare to wipe the CDN cache # Notify Cloudflare to wipe the CDN cache
echo "Purging Cloudflare cache..." echo "Purging Cloudflare cache..."