summaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
authorbookcorner <git@bookcorner.ge>2026-07-27 01:47:52 +0400
committerbookcorner <git@bookcorner.org>2026-07-27 01:47:52 +0400
commit0ef28b35abf576b7b38e8463e4db29f575cc7c7e (patch)
tree74ebb4dd4e0348d4eb7fecd593d9b3fd78819cf1 /deploy
parent1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e (diff)
downloadinfra-master.tar
infra-master.tar.gz
infra-master.tar.bz2
infra-master.tar.lz
infra-master.tar.xz
infra-master.tar.zst
infra-master.zip
Install Phoenix Cart from GitHEADmaster
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'