summaryrefslogtreecommitdiff
path: root/rsync_to_testing
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-08-12 06:50:12 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-08-12 06:50:12 +0300
commit93fd472f353d004ae399eb1d5619539a7efe30c5 (patch)
treefde421d05e580cd8143be95699c8c7a7c81d040a /rsync_to_testing
parent37b2ee0eeaeeb4e3de1029556538b7a4e0c775e2 (diff)
Major changes and the start of my post on a rust week.
Changes to be committed: modified: .gitignore modified: config.toml modified: content/posts/rust.md modified: templates/404.html modified: templates/index.html new file: templates/shortcodes/image.html new file: static/css/critical.css deleted: rsync_to_testing
Diffstat (limited to 'rsync_to_testing')
-rwxr-xr-xrsync_to_testing15
1 files changed, 0 insertions, 15 deletions
diff --git a/rsync_to_testing b/rsync_to_testing
deleted file mode 100755
index 31c7d05..0000000
--- a/rsync_to_testing
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-set -e
-
-zola build
-
-rm -rf ~/dev/websites/alphara
-
-rsync -vhPrtz --delete-after ~/dev/blog/public/* ~/dev/websites/alphara
-
-rm -rf ~/dev/blog/public
-
-if [ "$1" = "fast-forward" ]; then
- ~/dev/websites/rsync_everything
-fi