From 7e49db5ddefe8c515b5f3931a5c701efaac33d91 Mon Sep 17 00:00:00 2001
From: David Luevano Alvarado <david@luevano.xyz>
Date: Fri, 16 Dec 2022 17:45:03 -0600
Subject: change structure for new pyssg version

---
 lsync | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100755 lsync

(limited to 'lsync')

diff --git a/lsync b/lsync
deleted file mode 100755
index 7faf048..0000000
--- a/lsync
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-# Push to luevano.xyz
-
-# This pushes everything! (except for blog and art, since it needs a bit more management)
-echo "rsync: pushing (U) local (lz) to webserver (lzserver). (luevano.xyz)"
-rsync -rtuvPL --delete-after --exclude-from=$HOME/luevano.xyz/.rsyncignore $HOME/luevano.xyz/ luevanor:/var/www/
-
-# This pushes the blog.
-echo "rsync: pushing (U) local (lz) to webserver (lzserver). (blog.luevano.xyz)"
-rsync -rtuvPL --delete-after $HOME/luevano.xyz/blog/dst/ luevanor:/var/www/blog/
-
-# This pushes the art.
-echo "rsync: pushing (U) local (lz) to webserver (lzserver). (art.luevano.xyz)"
-rsync -rtuvPL --delete-after $HOME/luevano.xyz/art/dst/ luevanor:/var/www/art/
-- 
cgit v1.2.3-70-g09d2