diff --git a/deploy-stage2.sh b/deploy-stage2.sh new file mode 100755 index 0000000..aeb4d53 --- /dev/null +++ b/deploy-stage2.sh @@ -0,0 +1,18 @@ +#!/bin/bash +######################################################################## +# +# Website deployment script (stage 2) +# +######################################################################## + +newgrp www-data <