From 13ff281930c487c61773867125b8c6395036cb47 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sat, 23 Jan 2021 01:39:46 -0500 Subject: [PATCH] testing --- ops/provision/test.sh | 8 -------- ops/provision/vals | 2 -- {ops/scripts => scripts}/staging/deploy.sh | 0 3 files changed, 10 deletions(-) delete mode 100755 ops/provision/test.sh delete mode 100644 ops/provision/vals rename {ops/scripts => scripts}/staging/deploy.sh (100%) diff --git a/ops/provision/test.sh b/ops/provision/test.sh deleted file mode 100755 index a6fd23d..0000000 --- a/ops/provision/test.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -source ../lib/mo - -apt install -y apache2 - -apache_vhost="$(cat ops/apache2/vhost.conf)" -echo "$apache_vhost" | mo > /etc/apache2/sites-enabled/000-default.conf diff --git a/ops/provision/vals b/ops/provision/vals deleted file mode 100644 index 475bc7f..0000000 --- a/ops/provision/vals +++ /dev/null @@ -1,2 +0,0 @@ -name="Billy" -age="22" \ No newline at end of file diff --git a/ops/scripts/staging/deploy.sh b/scripts/staging/deploy.sh similarity index 100% rename from ops/scripts/staging/deploy.sh rename to scripts/staging/deploy.sh