From eaeabf3bbfe11bbb293de0804ae837143ba80fdc Mon Sep 17 00:00:00 2001
From: themelm
Date: Sat, 29 Mar 2025 16:02:36 -0600
Subject: [PATCH] workflowfix13
---
.forgejo/workflows/deploy.yml | 4 ++--
content/_index.md | 2 +-
deploy_devon.sh | 6 +++---
public/index.html | 2 +-
public/index.json | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml
index d36a8f6..72367f9 100644
--- a/.forgejo/workflows/deploy.yml
+++ b/.forgejo/workflows/deploy.yml
@@ -9,7 +9,7 @@ jobs:
deploy:
runs-on: docker
steps:
- - run: apt update && apt install -y openssh-client git hugo rsync
+ # - run: apt update && apt install -y openssh-client git hugo rsync
- name: SSH Deploy
#run: apt update && apt install -y openssh-client git hugo rsync
uses: https://github.com/appleboy/ssh-action@v1
@@ -21,4 +21,4 @@ jobs:
script: |
ls
cd Homepage
- hugo && rsync -oavz --delete public/ /var/www/
+ hugo && rsync -Oavz --delete public/ /var/www/
diff --git a/content/_index.md b/content/_index.md
index b6a87b6..db17c73 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -3,7 +3,7 @@ ___
{{< button href="https://searx.melm.xyz" target="_blank" >}}
{{< icon "search" >}} searXNG
{{< /button >}}
-*search for things test*
+*search for things test2*
{{< button href="https://jellyfin.melm.xyz" target="_blank" >}}
{{< icon "eye" >}} jellyfin
diff --git a/deploy_devon.sh b/deploy_devon.sh
index 84fd8e6..07be7c9 100755
--- a/deploy_devon.sh
+++ b/deploy_devon.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-USER=forgejo
-HOST=test1.melm.xyz
-DIR=/srv/ # the directory where your website files should go
+USER=devon
+HOST=192.168.1.145
+DIR=/var/www/ # the directory where your website files should go
hugo && rsync -avz --delete public/ ${USER}@${HOST}:${DIR} # this will delete everything on the server that's not in the local public directory
diff --git a/public/index.html b/public/index.html
index db7db7f..dd19568 100644
--- a/public/index.html
+++ b/public/index.html
@@ -292,7 +292,7 @@
-search for things
+search for things test