This commit is contained in:
parent
774cddaaa3
commit
488f25d1a2
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ steps:
|
||||||
branch: [main, staging]
|
branch: [main, staging]
|
||||||
commands:
|
commands:
|
||||||
- wget https://github.com/gohugoio/hugo/releases/download/v$${HUGO_VERSION}/hugo_extended_$${HUGO_VERSION}_linux-amd64.deb && apt install ./hugo_extended_$${HUGO_VERSION}_linux-amd64.deb && rm -f hugo_extended_$${HUGO_VERSION}_linux-amd64.deb
|
- wget https://github.com/gohugoio/hugo/releases/download/v$${HUGO_VERSION}/hugo_extended_$${HUGO_VERSION}_linux-amd64.deb && apt install ./hugo_extended_$${HUGO_VERSION}_linux-amd64.deb && rm -f hugo_extended_$${HUGO_VERSION}_linux-amd64.deb
|
||||||
|
- timedatectl set-timezone Europe/Berlin
|
||||||
- hugo --minify --destination ./public
|
- hugo --minify --destination ./public
|
||||||
|
|
||||||
deploy-staging:
|
deploy-staging:
|
||||||
|
|
Loading…
Reference in a new issue