2022-09-26 14:14:04 +00:00
|
|
|
clone:
|
|
|
|
git:
|
|
|
|
image: fish
|
|
|
|
commands:
|
|
|
|
- cd ~/Code/website
|
2022-12-31 03:38:55 +00:00
|
|
|
- git pull https://git.exozy.me/a/website.git
|
2022-09-26 14:14:04 +00:00
|
|
|
- git submodule update
|
|
|
|
|
|
|
|
pipeline:
|
|
|
|
build:
|
|
|
|
image: fish
|
|
|
|
commands:
|
2022-09-26 14:19:25 +00:00
|
|
|
- cd ~/Code/website
|
2023-06-26 17:00:29 +00:00
|
|
|
- hugo --minify --cleanDestinationDir --destination /srv/http/pages/a
|
2022-09-26 14:14:04 +00:00
|
|
|
- echo eW91IGZvdW5kIGl0IQo= | base64 -d > /srv/http/pages/a/holy-grail
|