vault backup: 2025-03-19 10:28:04
All checks were successful
Update pages on webserver / Update (push) Successful in 6s
All checks were successful
Update pages on webserver / Update (push) Successful in 6s
This commit is contained in:
parent
f7dbb2aee2
commit
5027237fc6
19
.gitea/workflows/update-pages.yaml
Normal file
19
.gitea/workflows/update-pages.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
name: Update pages on webserver
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
jobs:
|
||||
build:
|
||||
name: Update
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Updating site pages...
|
||||
uses: appleboy/ssh-action@v1.2.1
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: sadmin
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: |
|
||||
cd /home/sadmin/containers/isuckatcode-quartz/vault
|
||||
git pull
|
||||
4
.obsidian/workspace.json
vendored
4
.obsidian/workspace.json
vendored
@ -14,7 +14,7 @@
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "index.md",
|
||||
"mode": "source",
|
||||
"mode": "preview",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
@ -181,6 +181,8 @@
|
||||
},
|
||||
"active": "246e3fe4155bbefd",
|
||||
"lastOpenFiles": [
|
||||
"-r",
|
||||
"man",
|
||||
"index.md",
|
||||
"Untitled.md"
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user