~animesh/anmsh.net

be258679767a2086b78d013d506c365828b83ef1 — Animesh Bulusu 4 months ago 83435b2
Update build task names
1 files changed, 2 insertions(+), 2 deletions(-)

M .build.yml
M .build.yml => .build.yml +2 -2
@@ 9,8 9,8 @@ environment:
sources:
  - https://git.sr.ht/~animesh/anmsh.net
tasks:
  - run-lektor: |
  - build: |
      pipx run lektor build --output-path $site/public -f minify:html,css,js &> /dev/null
      gzip -k -6 -r public
  - deploy-site: |
  - deploy: |
      rsync -r $site/public/* dploy@anmsh.net:/var/www/anmsh.net/ -e "ssh -p 11132 -o StrictHostKeyChecking=no"