aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2023-01-08 13:22:49 -0700
committerBryson Steck <brysonsteck@protonmail.com>2023-01-08 13:22:49 -0700
commit4c48d22a0c808ba39206a047c9ddc0fba7a8b326 (patch)
treee77c7e2b46e3f4594d9a13d480a930ff8c332c8b
parent50e7b3e6333669b6526eaad13ba01e749d210e5b (diff)
parent93e65c6299324362fe9d0938ae6b0a4ad80e676f (diff)
downloadwebsite-4c48d22a0c808ba39206a047c9ddc0fba7a8b326.tar
website-4c48d22a0c808ba39206a047c9ddc0fba7a8b326.tar.gz
website-4c48d22a0c808ba39206a047c9ddc0fba7a8b326.tar.bz2
Merge branch 'master' of codeberg.org:brysonsteck/website
-rw-r--r--.gitignore3
-rw-r--r--README.md2
-rwxr-xr-xdeploy3
3 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 37f3285..52795cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,6 @@ hugo.linux
# Vim Swapfiles
*.swp
*.swo
+
+# deploy script
+./deploy
diff --git a/README.md b/README.md
index 0c021e9..d402836 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@
A simple blog and project showcase website built with Hugo.
-Hosted at [brysonsteck.xyz](https://brysonsteck.xyz) (or [here](http://ov7yfvdk2fm6rabssjnzto4ima6kzowxrilyhs7dax54n4pykj5wq5ad.onion) if you're based)
+Hosted at [brysonsteck.xyz](https://brysonsteck.xyz) (or [here](http://pjovpqngygjscmvhqxlj7wcnjmgkpaepty7gpmnl2z2fix5c7rwfatyd.onion/) if you're based)
diff --git a/deploy b/deploy
deleted file mode 100755
index 9d1c2b1..0000000
--- a/deploy
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-hugo && rsync -avz --delete public/ paul:/var/www/hugo