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 -