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",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "index.md",
|
"file": "index.md",
|
||||||
"mode": "source",
|
"mode": "preview",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
@ -181,6 +181,8 @@
|
|||||||
},
|
},
|
||||||
"active": "246e3fe4155bbefd",
|
"active": "246e3fe4155bbefd",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"-r",
|
||||||
|
"man",
|
||||||
"index.md",
|
"index.md",
|
||||||
"Untitled.md"
|
"Untitled.md"
|
||||||
]
|
]
|
||||||
|
|||||||
9
index.md
9
index.md
@ -2,3 +2,12 @@
|
|||||||
title: let site = isuckatcode.lol
|
title: let site = isuckatcode.lol
|
||||||
published: "true"
|
published: "true"
|
||||||
---
|
---
|
||||||
|
```js
|
||||||
|
// welcome.js
|
||||||
|
const me = "not a very good dev"
|
||||||
|
const you = "reading this for some reason"
|
||||||
|
|
||||||
|
class Site {
|
||||||
|
this.purpose = "exists to help you not suck as much as me"
|
||||||
|
}
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue
Block a user