Fix typo (which was silently ignored until now)
All checks were successful
ci/woodpecker/push/main Pipeline was successful
All checks were successful
ci/woodpecker/push/main Pipeline was successful
This commit is contained in:
parent
5ae84b52e1
commit
8aa708ca41
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- git lfs pull
|
- git lfs pull
|
||||||
- hugo --destination /checkout/public
|
- 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
|
- rm -f /checkout/public/.gitadd /checkout/public/.gitignore
|
||||||
deploy:
|
deploy:
|
||||||
image: einar/hugo
|
image: einar/hugo
|
||||||
|
|
Loading…
Add table
Reference in a new issue