File diff cfd495c24626 → 03e06738a00c
systemd/conservancy-www-update.sh
Show inline comments
 
#!/bin/sh
 

	
 
# Pull in and apply Conservancy website updates from the git repository.
 
#
 
# This is intended to be run on a timer. Note that it does *not* restart the
 
# Django application or run the migrate and collectstatic commands.
 

	
 
set -e
 
set -u
 
set -x