From acc4e3f324f5ecb27d04c24308a1ddc52d5153c0 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 20 Mar 2021 13:50:26 -0500 Subject: [PATCH] Remove janky script stuff --- deploy.sh | 10 ---------- test.sh | 10 ---------- 2 files changed, 20 deletions(-) delete mode 100755 deploy.sh delete mode 100755 test.sh diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index 886fd5d..0000000 --- a/deploy.sh +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/sh -# -# post-deploy.sh -# Copyright (C) 2020 Vintage Salt -# -# Distributed under terms of the MIT license. -# - -ssh -t salt@www.9iron.club sudo git -C /var/www/www.9iron.club pull - diff --git a/test.sh b/test.sh deleted file mode 100755 index 2fdf625..0000000 --- a/test.sh +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/sh -# -# test.sh -# Copyright (C) 2020 Vintage Salt -# -# Distributed under terms of the MIT license. -# - -php -S localhost:8000 -