From bca25bc84d918832967459bb636d027b2812324b Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sat, 23 Jan 2021 14:48:29 -0500 Subject: [PATCH] testing --- scripts/staging/deploy.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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