diff --git a/scripts/staging/deploy.sh b/scripts/staging/deploy.sh index 8619b73..238b0ba 100755 --- a/scripts/staging/deploy.sh +++ b/scripts/staging/deploy.sh @@ -1,7 +1,10 @@ -source ../../ops/lib/mo +#!/bin/bash apt install -y apache2 +a2enmod expires +a2enmod rewrite + apache_vhost="$(cat ops/apache2/vhost.conf)" echo "$apache_vhost" | mo > /etc/apache2/sites-enabled/000-default.conf