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
|
||||
tasks:
|
||||
- setup: |
|
||||
/usr/bin/hugo env
|
||||
/usr/bin/hugo env
|
||||
- build: |
|
||||
cd blog
|
||||
/usr/bin/hugo --verbose
|
||||
cd blog
|
||||
/usr/bin/hugo --verbose
|
||||
- deploy: |
|
||||
cd blog
|
||||
/usr/bin/rsync --verbose --compress --archive --recursive \
|
||||
--progress --checksum --rsh="ssh -p 6722" \
|
||||
public/ blog@sergiodj.net:/home/blog/blog.sergiodj.net/
|
||||
cd blog
|
||||
/usr/bin/rsync --verbose --compress --archive --recursive \
|
||||
--progress --checksum --rsh="ssh -p 6722" \
|
||||
public/ blog@sergiodj.net:/home/blog/blog.sergiodj.net/
|
||||
triggers:
|
||||
- action: email
|
||||
condition: failure
|
||||
|
|
Loading…
Reference in a new issue