This commit is contained in:
parent
e251f24e18
commit
eaeabf3bbf
5 changed files with 8 additions and 8 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -292,7 +292,7 @@
|
|||
|
||||
</a>
|
||||
|
||||
<em>search for things</em></p>
|
||||
<em>search for things test</em></p>
|
||||
<p><a
|
||||
class="!rounded-md bg-primary-600 px-4 py-2 !text-neutral !no-underline hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
|
||||
href="https://jellyfin.melm.xyz"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
|
||||
[{"content":" welcome, friends of melm # searXNG search for things\njellyfin watch things\njellyseerr request things report media issues\nmelm wiki a wiki\nforge software\nauthelia sign in and password reset\nnextcloud no such thing as the cloud just other peoples computers\nspeed test yo speed to home\n","externalUrl":null,"permalink":"/","section":"","summary":"","title":"","type":"page"},{"content":"","externalUrl":null,"permalink":"/authors/","section":"Authors","summary":"","title":"Authors","type":"authors"},{"content":"","externalUrl":null,"permalink":"/categories/","section":"Categories","summary":"","title":"Categories","type":"categories"},{"content":"","externalUrl":null,"permalink":"/series/","section":"Series","summary":"","title":"Series","type":"series"},{"content":"","externalUrl":null,"permalink":"/tags/","section":"Tags","summary":"","title":"Tags","type":"tags"}]
|
||||
[{"content":" welcome, friends of melm # searXNG search for things test\njellyfin watch things\njellyseerr request things report media issues\nmelm wiki a wiki\nforge software\nauthelia sign in and password reset\nnextcloud no such thing as the cloud just other peoples computers\nspeed test yo speed to home\n","externalUrl":null,"permalink":"/","section":"","summary":"","title":"","type":"page"},{"content":"","externalUrl":null,"permalink":"/authors/","section":"Authors","summary":"","title":"Authors","type":"authors"},{"content":"","externalUrl":null,"permalink":"/categories/","section":"Categories","summary":"","title":"Categories","type":"categories"},{"content":"","externalUrl":null,"permalink":"/series/","section":"Series","summary":"","title":"Series","type":"series"},{"content":"","externalUrl":null,"permalink":"/tags/","section":"Tags","summary":"","title":"Tags","type":"tags"}]
|
Loading…
Add table
Add a link
Reference in a new issue