remove defunct deploy script

This commit is contained in:
ktyl 2022-09-27 21:55:11 +01:00
parent 5c8f53a39e
commit 1f5bd04a4c
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
#!/usr/bin/env bash
site="ktyl.dev"
srcdir="./$site"
webroot="/var/www"
sitedir="$webroot/$site"
[ -d $sitedir ] && rm -r $sitedir
sudo -n mv $srcdir $webroot