Fix .build.yml formatting
This commit is contained in:
parent
bb01a6bc91
commit
e48045f6f1
1 changed files with 7 additions and 7 deletions
14
.build.yml
14
.build.yml
|
@ -8,15 +8,15 @@ sources:
|
||||||
- https://git.sr.ht/~sergiodj/blog
|
- https://git.sr.ht/~sergiodj/blog
|
||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
/usr/bin/hugo env
|
/usr/bin/hugo env
|
||||||
- build: |
|
- build: |
|
||||||
cd blog
|
cd blog
|
||||||
/usr/bin/hugo --verbose
|
/usr/bin/hugo --verbose
|
||||||
- deploy: |
|
- deploy: |
|
||||||
cd blog
|
cd blog
|
||||||
/usr/bin/rsync --verbose --compress --archive --recursive \
|
/usr/bin/rsync --verbose --compress --archive --recursive \
|
||||||
--progress --checksum --rsh="ssh -p 6722" \
|
--progress --checksum --rsh="ssh -p 6722" \
|
||||||
public/ blog@sergiodj.net:/home/blog/blog.sergiodj.net/
|
public/ blog@sergiodj.net:/home/blog/blog.sergiodj.net/
|
||||||
triggers:
|
triggers:
|
||||||
- action: email
|
- action: email
|
||||||
condition: failure
|
condition: failure
|
||||||
|
|
Loading…
Reference in a new issue