15 lines
380 B
YAML
15 lines
380 B
YAML
clone:
|
|
git:
|
|
image: fish
|
|
commands:
|
|
- cd ~/Code/website
|
|
- git pull https://git.exozy.me/a/website.git
|
|
- git submodule update
|
|
|
|
pipeline:
|
|
build:
|
|
image: fish
|
|
commands:
|
|
- cd ~/Code/website
|
|
- hugo --minify --cleanDestinationDir --destination /srv/http/pages/a
|
|
- echo eW91IGZvdW5kIGl0IQo= | base64 -d > /srv/http/pages/a/holy-grail
|