aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2024-11-19 17:40:22 -0500
committerAnthony Wang2024-11-19 17:40:22 -0500
commitea50d4a8484e9c9053655c5848effccff0b7c3ce (patch)
treea7ae7684117c17792f36ac5206ffbf1be20ba37d
parentff6bc99afcbe66ec5bb21e3bc1932ee35e59643b (diff)
Nuke Woodpecker
-rw-r--r--.woodpecker.yml5
-rw-r--r--content/about/_index.md2
-rw-r--r--deploy.sh3
3 files changed, 4 insertions, 6 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml
deleted file mode 100644
index db757d3..0000000
--- a/.woodpecker.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-steps:
- build:
- image: fish
- commands:
- - hugo --cleanDestinationDir --destination /srv/http/a
diff --git a/content/about/_index.md b/content/about/_index.md
index f5ef1ee..35b4fb1 100644
--- a/content/about/_index.md
+++ b/content/about/_index.md
@@ -62,7 +62,7 @@ using a lot of really awesome [software](software).
seeding this website with tons of [secret easter eggs](puzzle).
-amazed that special patterns in my biological neural networks transcribed into UTF-8 encoded strings in [Markdown documents](https://git.exozy.me/a/website) converted into HTML by [Hugo](https://gohugo.io) with the [Gokarna theme](https://github.com/gokarna-theme/gokarna-hugo) deployed to [exozyme](https://exozy.me) using [Woodpecker CI](https://woodpecker-ci.org) transmitted over HTTP and displayed on your screen have now created special patterns in your biological neural networks.
+amazed that special patterns in my biological neural networks transcribed into UTF-8 encoded strings in [Markdown documents](https://git.exozy.me/a/website) converted into HTML by [Hugo](https://gohugo.io) with the [Gokarna theme](https://github.com/gokarna-theme/gokarna-hugo) deployed to [exozyme](https://exozy.me) and then transmitted over HTTP and displayed on your screen have now created special patterns in your biological neural networks.
still alive.
diff --git a/deploy.sh b/deploy.sh
new file mode 100644
index 0000000..cc47b50
--- /dev/null
+++ b/deploy.sh
@@ -0,0 +1,3 @@
+cd ~/Code/website
+git pull
+hugo --cleanDestinationDir --destination /srv/http/a