summaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'deploy')
-rwxr-xr-xdeploy4
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy b/deploy
index f17d7c2..eb4a718 100755
--- a/deploy
+++ b/deploy
@@ -52,6 +52,10 @@ fi
if [ "$DRY" != 'YES' ]; then
echo '==='
+ echo 'Installing Phoenix Cart'
+ git --git-dir /home/git/repositories/phoenixcart.git archive master | tar -x -f - -C /var/www/htdocs/phoenixcart
+
+ echo '==='
echo 'Apply packet filter rules'
pfctl -f /etc/pf.conf && echo 'OK' || echo 'FAIL'