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