Fix typo (which was silently ignored until now)
All checks were successful
ci/woodpecker/push/main Pipeline was successful

This commit is contained in:
Luca Beltrame 2022-04-25 11:06:10 +02:00
parent 5ae84b52e1
commit 8aa708ca41
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -11,7 +11,7 @@ pipeline:
commands:
- git lfs pull
- hugo --destination /checkout/public
- chown -R $NGINX_UID:$NGINX_ID /checkout/public/
- chown -R $NGINX_UID:$NGINX_GID /checkout/public/
- rm -f /checkout/public/.gitadd /checkout/public/.gitignore
deploy:
image: einar/hugo