This commit is contained in:
11
.gitea/workflows/textbooks-deploy.yaml
Normal file
11
.gitea/workflows/textbooks-deploy.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Deploy textbook
|
||||
run-name: ${{ gitea.actor }} started deploying fsdproject.org
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Deploy-Site:
|
||||
runs-on: alpine-latest
|
||||
steps:
|
||||
- name: Pull latest site
|
||||
run: |
|
||||
doas -u textbooks git -C /home/textbooks/textbooks pull
|
||||
5
Fes.toml
5
Fes.toml
@@ -1,5 +0,0 @@
|
||||
[app]
|
||||
|
||||
name = "textbooks"
|
||||
version = "0.0.1"
|
||||
authors = ["vx-clutch"]
|
||||
Reference in New Issue
Block a user