This commit is contained in:
parent
e251f24e18
commit
eaeabf3bbf
5 changed files with 8 additions and 8 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
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
|
- name: SSH Deploy
|
||||||
#run: apt update && apt install -y openssh-client git hugo rsync
|
#run: apt update && apt install -y openssh-client git hugo rsync
|
||||||
uses: https://github.com/appleboy/ssh-action@v1
|
uses: https://github.com/appleboy/ssh-action@v1
|
||||||
|
@ -21,4 +21,4 @@ jobs:
|
||||||
script: |
|
script: |
|
||||||
ls
|
ls
|
||||||
cd Homepage
|
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" >}}
|
{{< button href="https://searx.melm.xyz" target="_blank" >}}
|
||||||
{{< icon "search" >}} searXNG
|
{{< icon "search" >}} searXNG
|
||||||
{{< /button >}}
|
{{< /button >}}
|
||||||
*search for things test*
|
*search for things test2*
|
||||||
|
|
||||||
{{< button href="https://jellyfin.melm.xyz" target="_blank" >}}
|
{{< button href="https://jellyfin.melm.xyz" target="_blank" >}}
|
||||||
{{< icon "eye" >}} jellyfin
|
{{< icon "eye" >}} jellyfin
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
USER=forgejo
|
USER=devon
|
||||||
HOST=test1.melm.xyz
|
HOST=192.168.1.145
|
||||||
DIR=/srv/ # the directory where your website files should go
|
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
|
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>
|
</a>
|
||||||
|
|
||||||
<em>search for things</em></p>
|
<em>search for things test</em></p>
|
||||||
<p><a
|
<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"
|
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"
|
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