diff --git a/scripts/staging/deploy.sh b/scripts/staging/deploy.sh index 9cd0e28..8619b73 100755 --- a/scripts/staging/deploy.sh +++ b/scripts/staging/deploy.sh @@ -4,3 +4,5 @@ apt install -y apache2 apache_vhost="$(cat ops/apache2/vhost.conf)" echo "$apache_vhost" | mo > /etc/apache2/sites-enabled/000-default.conf + +service apache2 restart