Commit Graph

7 Commits (main)

Author SHA1 Message Date
alex 2b5ddcd72b Cosmetic changes 2023-06-28 22:32:44 +02:00
Moritz Kempe f594a82881 successfull deployment on test system 2023-06-25 21:41:18 +02:00
Moritz Kempe 79d8daf77c scripts for replacing the logo according to the space status 2023-06-24 23:12:04 +02:00
sixtus a137809167 Enable option to use some custom path to hugo
- Turns out, it works on the server, but not fom the crontab
- The GOPATH environment variable does indeed suck
  - It is not required for launching (some precompiled) hugo
2022-05-14 18:18:58 +02:00
sixtus 58f24dfa7c Refactor the auto build script
- Replace lookup to gitea api with "git fetch"
  - Drops dependency of "curl" and "jq" \o/
- Make sure commands do bail out on error
  - 'if ! command; then exit 1; fi' -> does not work reliably
  - 'command || exit 1' -> does work \o/
- Bail out if hugo fails
- Replace main 'if … elif … fi' cascade with single "if … fi" blocks
2022-05-14 17:40:48 +02:00
sixtus 224edc4642 Let the build script abort in case of network issues 2022-01-06 21:37:30 +01:00
sixtus a689b60796 Add the build script for this page 2021-07-08 19:01:40 +02:00